Fixed missing CSS unit.

This commit is contained in:
Stefan Bohacek 2024-05-19 19:01:57 -04:00
parent e9e6a1689d
commit 53bb21b7a4
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ input.fsb-input {
min-width: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-left: -1;
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}