Fixed popup and header table

This commit is contained in:
2023-05-19 11:58:59 +02:00
parent 899556c49c
commit bddd7e9b0d
3 changed files with 17 additions and 3 deletions

View File

@@ -86,6 +86,10 @@
height: 100%;
}
.history-header-name{
min-width: 10vw;
}
#historyTable, td{
padding: 1%;
overflow-x: scroll;