0
0
Fork 1
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:
Angus McLeod 2018-02-09 15:43:57 +08:00
Ursprung 830d64fbd5
Commit 14997a17a0

Datei anzeigen

@ -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 {