Merge pull request #8584 from Bagera/master
avoid row resize on filename edit
This commit is contained in:
commit
c98edf18cc
|
@ -83,7 +83,7 @@
|
||||||
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
|
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
|
||||||
}
|
}
|
||||||
|
|
||||||
#filestable tbody tr { background-color:#fff; height:40px; }
|
#filestable tbody tr { background-color:#fff; height:51px; }
|
||||||
#filestable tbody tr:hover, tbody tr:active {
|
#filestable tbody tr:hover, tbody tr:active {
|
||||||
background-color: rgb(240,240,240);
|
background-color: rgb(240,240,240);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue