Widen input to account for charets

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2023-01-05 12:51:06 +01:00
parent 22803ecbe5
commit 595fc5fc01
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@
padding-right: 8px;
input[type=number] {
width: 3em;
width: 4em;
}
.multiselect {