We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc1bc1 commit 1cc9cb6Copy full SHA for 1cc9cb6
3 files changed
src/css/form.css
@@ -1241,23 +1241,23 @@ input[type="range"]:disabled::-moz-range-progress {
1241
cursor: default;
1242
}
1243
1244
-.form-group-text-small,
1245
-.form-group-text-medium,
1246
-.form-group-text-large {
+.form-group-small,
+.form-group-medium,
+.form-group-large {
1247
padding-left: 0.5em;
1248
padding-right: 0.5em;
1249
1250
1251
-.form-group-text-small {
1252
- min-width: 3em;
+.form-group-small {
+ width: 3em;
1253
1254
1255
-.form-group-text-medium {
1256
- min-width: 6em;
+.form-group-medium {
+ width: 6em;
1257
1258
1259
1260
- min-width: 9em;
+ width: 9em;
1261
1262
1263
.form-group {
0 commit comments