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
Jérôme Herbinet 2024-12-11 14:31:52 +01:00 committed by GitHub
parent d023ffa331
commit deafad7903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ pre {
tbody tr { tbody tr {
td:first-child { td:first-child {
padding-left: 5px; padding-left: 10px;
} }
&:hover { &:hover {