0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

Fix tip mobile css

Dieser Commit ist enthalten in:
Angus McLeod 2018-02-09 15:43:57 +08:00
Ursprung 830d64fbd5
Commit 14997a17a0

Datei anzeigen

@ -47,8 +47,17 @@
} }
.wizard-field { .wizard-field {
label[for="tip"] img { label[for="tip"] .field-description {
float: none; display: flex;
align-items: center;
img {
float: none;
}
i {
flex: 1;
}
} }
.field-description img { .field-description img {