mirror of https://github.com/sualko/cloud_bbb
Fixed insufficient left space when hovering over a room
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>pull/311/head
parent
d023ffa331
commit
deafad7903
|
@ -288,7 +288,7 @@ pre {
|
||||||
|
|
||||||
tbody tr {
|
tbody tr {
|
||||||
td:first-child {
|
td:first-child {
|
||||||
padding-left: 5px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue