1
0
Fork 0

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 {