Skip to content

Commit 9940620

Browse files
Fix select option padding (#94)
1 parent 8a8cf2e commit 9940620

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/Examples/Select.example.purs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ docs = unit # make component { initialState, render }
202202
[ "80104 Somestreet Rd Ste 1124, San Diego, California, United States"
203203
, "1211 Blah blah Blvd, Charlotrte, North Carolina, United States"
204204
, "3031 Fall Ave, Colorado Springs, Colorado, United States"
205+
, "12345 Lorem Ave, Sioux Falls, South Dakota, United States"
206+
, "100 Phillips Ave, Madill, Oklahoma, United States"
207+
, "2453 Frosty Lane, Binghamton, New York, United States"
208+
, "4566 Random Ave, Grand Forks, North Dakota, United States"
209+
, "4702 Hart Rd, Northbrook, Illinois, United States"
210+
, "567 Fake Way, San Diego, California, United States"
205211
]
206212
in
207213
singleSelect

src/Lumi/Components/Select.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ styles = jss
624624
, flexFlow: "column"
625625
, justifyContent: "center"
626626
, padding: "6px 9px"
627+
, flex: "none"
627628
, minHeight: "32px"
628629
, cursor: "initial"
629630
, overflow: "hidden"

0 commit comments

Comments
 (0)