Fix instance config on mobile

pull/5138/head
Chocobozzz 2022-07-12 14:46:09 +02:00
parent b44b5a83eb
commit 21d8979fbd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ input[type=number] {
.number-with-unit {
position: relative;
width: min-content;
width: fit-content;
input[type=number] + span {
position: absolute;
@ -80,6 +80,7 @@ input[type=submit] {
.inner-form-description {
font-size: 15px;
margin-bottom: 15px;
}
textarea {