0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
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%;
}
.wizard-field .field-description img {
float: left;
.wizard-field {
label[for="tip"] img {
float: none;
}
.field-description img {
float: left;
}
}
}
}