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;
|
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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user