mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
fixes #2167 add max-width for storage tooltips
This commit is contained in:
@@ -1613,6 +1613,7 @@ a.stat-box:hover {
|
|||||||
|
|
||||||
.storage-tooltips .tooltip {
|
.storage-tooltips .tooltip {
|
||||||
min-width: 265px;
|
min-width: 265px;
|
||||||
|
max-width: 400px;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user