made table a bit higher to match with the new hint

这个提交包含在:
HB9HIL 2023-11-04 12:56:03 +01:00
父节点 70fbafb844
当前提交 b6668227a8

查看文件

@ -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;
}