fixes #2167 add max-width for storage tooltips

This commit is contained in:
Linty
2024-06-11 17:23:33 +02:00
parent 0fb7ee0523
commit badc7c76b9

View File

@@ -1613,6 +1613,7 @@ a.stat-box:hover {
.storage-tooltips .tooltip {
min-width: 265px;
max-width: 400px;
padding: 15px 20px;
}