fix: Expand transfer name width

This commit is contained in:
Emilia Allison 2024-08-09 21:07:59 -04:00
parent e829a49424
commit 9e1abdc8bb
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ input {
width: 4em;
}
&[name="name"] {
width: 6em; // Override above
width: calc(100% - 6em); // Override above
}
&[type="number"] {
width: 2em;