Draw table lines over entire row, not only cells
This commit is contained in:
parent
3d32a45ffe
commit
040cd7a680
@ -100,9 +100,13 @@ ul {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#sidebar-menu .main-menu tr {
|
||||
border-top: 1px solid #ebebeb;
|
||||
}
|
||||
|
||||
#sidebar-menu .main-menu td {
|
||||
padding: 1px !important;
|
||||
border-top: 1px solid #ebebeb;
|
||||
border-top: none;
|
||||
overflow: hidden;
|
||||
white-space:nowrap;
|
||||
text-overflow:ellipsis;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user