css: adapt input width to font size

This commit is contained in:
Frédéric Péters 2020-06-10 12:03:21 +02:00
parent e9de9d11d5
commit 5bf0048d88
1 changed files with 1 additions and 1 deletions

View File

@ -1030,7 +1030,7 @@ div.ComputedExpressionWidget div.content input[type=text],
div.ConditionWidget div.content input[type=text] {
margin: 0;
padding-right: 10ex;
width: calc(100% - 2em - 8px);
width: calc(100% - 2.7em);
}
div.ComputedExpressionWidget div.content span,