made table a bit higher to match with the new hint

This commit is contained in:
HB9HIL
2023-11-04 12:56:03 +01:00
parent 70fbafb844
commit b6668227a8

View File

@@ -557,7 +557,7 @@ input:invalid {
}
.sfletable{
height: 440px;
height: 470px;
}
.sfletable.table {
@@ -574,6 +574,6 @@ input:invalid {
.sfletable.table tbody {
width: 95%;
overflow-y: scroll;
max-height: 410px;
max-height: 440px;
position: absolute;
}