0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-12 21:22:54 +01:00
Dieser Commit ist enthalten in:
Angus McLeod 2019-07-31 12:53:42 +10:00
Ursprung 3046d16ff3
Commit 0c61a9b5dc

Datei anzeigen

@ -17,6 +17,7 @@
width: 100%; width: 100%;
min-height: initial; min-height: initial;
height: initial; height: initial;
margin-bottom: 10px;
} }
img.emoji { img.emoji {
@ -27,6 +28,10 @@
.wizard-step-title { .wizard-step-title {
flex: 0; flex: 0;
p {
margin: 0.5em 0;
}
} }
.wizard-step-description { .wizard-step-description {