1
0
Fork 0
Dieser Commit ist enthalten in:
Angus McLeod 2018-02-09 15:32:27 +08:00
Ursprung bd81a5b3a7
Commit 830d64fbd5

Datei anzeigen

@ -46,8 +46,14 @@
max-width: 80%; max-width: 80%;
} }
.wizard-field .field-description img { .wizard-field {
float: left; label[for="tip"] img {
float: none;
}
.field-description img {
float: left;
}
} }
} }
} }