0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Update wizard-admin.scss

Dieser Commit ist enthalten in:
Angus McLeod 2020-04-15 14:48:42 +10:00
Ursprung c24c7f7b44
Commit 03ae1dc7c9

Datei anzeigen

@ -281,6 +281,17 @@
}
}
}
&.field-mapper-setting {
.setting-value {
max-width: calc(100% - 80px);
.mapper-input {
max-width: 100%;
box-sizing: border-box;
}
}
}
label {
margin: 3px 0;