kropka kategorii na malych ekranach

This commit is contained in:
Mateusz Gruszczyński
2026-01-21 10:58:01 +01:00
parent a4d17492d2
commit af40974018
2 changed files with 18 additions and 3 deletions

View File

@@ -999,3 +999,18 @@ td select.tom-dark {
font-size: 0 !important;
line-height: 1 !important;
}
.list-title {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
max-width: 70% !important;
display: inline-block !important;
}
/* Bardzo małe ekrany */
@media (max-width: 420px) {
.list-title {
max-width: 60% !important;
}
}