Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
Fix tip mobile css
Dieser Commit ist enthalten in:
Ursprung
830d64fbd5
Commit
14997a17a0
1 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
|
@ -47,8 +47,17 @@
|
|||
}
|
||||
|
||||
.wizard-field {
|
||||
label[for="tip"] img {
|
||||
float: none;
|
||||
label[for="tip"] .field-description {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
float: none;
|
||||
}
|
||||
|
||||
i {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.field-description img {
|
||||
|
|
Laden …
In neuem Issue referenzieren