Skip to content

Commit b458bdf

Browse files
committed
Fixed min-width of textarea in nested collections.
1 parent 1d28742 commit b458bdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sass/one.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ input.form-control {
5353
&[type="number"]{
5454
min-width: 100px;
5555
}
56-
&[type="text"],
57-
textarea{
56+
&[type="text"]{
5857
min-width: 120px;
5958
}
6059
}
60+
textarea{
61+
min-width: 120px;
62+
}
6163
select{
6264
min-width: 120px;
6365
}

0 commit comments

Comments
 (0)