Tweak mobile css
Dieser Commit ist enthalten in:
Ursprung
e96ecdc38b
Commit
23c2c120c2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-step-banner {
|
.wizard-step-banner {
|
||||||
max-height: 200px !important;
|
max-height: 250px !important;
|
||||||
width: initial !important;
|
width: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
.wizard-column {
|
.wizard-column {
|
||||||
.checkbox-field > label {
|
.checkbox-field > label {
|
||||||
max-width: 80%;
|
max-width: calc(100% - 53px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-field .field-description {
|
.wizard-field .field-description {
|
||||||
|
|
Laden …
In neuem Issue referenzieren