Fix number with text input overflow

pull/5325/head
Chocobozzz 2022-09-27 10:05:29 +02:00
parent 4a9de87793
commit 85edcb5626
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ input[type=number] {
position: absolute;
top: 0.2em;
right: 2.5rem;
@media screen and (max-width: $mobile-view) {
display: none;
}
}
input[disabled] {