File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
miso-widgets/src/Functora/Miso/Widgets Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,6 @@ menu st =
187
187
& Select. setLabel
188
188
( Just " Exchange rates"
189
189
)
190
- & Select. setAttributes
191
- [ class_ " fill-inner"
192
- ]
193
190
& Select. setSelected
194
191
( Just
195
192
$ st
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ textarea {
20
20
min-height : 72px ;
21
21
}
22
22
23
- .fill-inner > div {
23
+ .mdc-select__anchor {
24
24
width : 100% ;
25
25
min-width : 100% ;
26
26
}
@@ -33,10 +33,6 @@ textarea {
33
33
height : 56px ;
34
34
}
35
35
36
- .micro-margin-left {
37
- margin-left : 6px ;
38
- }
39
-
40
36
@media print {
41
37
body {
42
38
color-adjust : exact !important ;
Original file line number Diff line number Diff line change @@ -511,9 +511,6 @@ fieldModal args (ModalFieldWidget opt idx access sod) = do
511
511
& Select. setLabel
512
512
( Just " Type"
513
513
)
514
- & Select. setAttributes
515
- [ class_ " fill-inner"
516
- ]
517
514
& Select. setSelected
518
515
( args
519
516
^? # argsModel
@@ -641,9 +638,6 @@ selectTypeWidget args@Args {argsAction = action} optic =
641
638
& Select. setLabel
642
639
( Just " Type"
643
640
)
644
- & Select. setAttributes
645
- [ class_ " fill-inner"
646
- ]
647
641
& Select. setSelected
648
642
( args
649
643
^? # argsModel
You can’t perform that action at this time.
0 commit comments