Fix bill box and hover CSS

This commit is contained in:
James Cole
2024-03-26 07:25:36 +01:00
parent 01eb19169c
commit 41430d8386
2 changed files with 1 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ h3.hover-expand {
text-overflow: ellipsis
}
h3.hover-expand:hover {
overflow-x: scroll;
overflow-x: auto;
}
.form-control {