result text-overflow fix

This commit is contained in:
cuqmbr 2021-12-10 17:02:26 +02:00
parent 134eaa612a
commit 1a49d79d1f

View File

@ -274,6 +274,7 @@ input[type=result] {
font-family: Myriad-R;
cursor: default;
padding: 0px 0px 0px 10px;
text-overflow: clip;
}
input[type=table-start] {