Commit 320fba546bd57f4320053364e82b707aa24a905c

Authored by Aresn
Committed by GitHub
2 parents d564f077 82da2543

Merge pull request #3249 from moudicat/2.0

Fixed issue #2931
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/styles/components/select.less
... ... @@ -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 }
... ...