Draw table lines over entire row, not only cells

This commit is contained in:
Saku Laesvuori 2026-01-17 20:04:55 +02:00
parent 3d32a45ffe
commit 040cd7a680

View File

@ -100,9 +100,13 @@ ul {
word-wrap: break-word; word-wrap: break-word;
} }
#sidebar-menu .main-menu tr {
border-top: 1px solid #ebebeb;
}
#sidebar-menu .main-menu td { #sidebar-menu .main-menu td {
padding: 1px !important; padding: 1px !important;
border-top: 1px solid #ebebeb; border-top: none;
overflow: hidden; overflow: hidden;
white-space:nowrap; white-space:nowrap;
text-overflow:ellipsis; text-overflow:ellipsis;