Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 21:22:54 +01:00
Fix tip css
Dieser Commit ist enthalten in:
Ursprung
bd81a5b3a7
Commit
830d64fbd5
1 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen
|
@ -46,8 +46,14 @@
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizard-field .field-description img {
|
.wizard-field {
|
||||||
|
label[for="tip"] img {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.field-description img {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren