Fix instance config on mobile
This commit is contained in:
parent
b44b5a83eb
commit
21d8979fbd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue