chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
82da254366fb823dd7ebaa0e85c4eb8b78b367ff
Authored by
huangrd
2018-03-28 16:00:52 +0800
1 parent
d45d2ee0
Fixed #2931
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/styles/components/select.less
Inline
Side-by-side
src/styles/components/select.less
Wrap text
Show/Hide comments
View file @
82da254
...
...
@@ -236,6 +236,8 @@
236
236
}
237
237
238
238
&-dropdown-list {
239
+ display: inline-block;
240
+ min-width: 100%;
239
241
list-style: none;
240
242
}
241
243
}
...
...