fix Input misbehaving when small

feat/vaults
Tomáš Mládek 2022-01-06 23:12:02 +01:00
parent 337ba75603
commit f489558b65
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
input {
flex-grow: 1;
min-width: 0;
color: var(--foreground);
background: transparent;