Skip to content

Commit

Permalink
fix(lib): fix wrong menus sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 19, 2021
1 parent fdb6040 commit ef45f8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/junipero/lib/ColorField/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
.text-input
user-select: none

.dropdown, .field, .dropdown-toggle
width: 100%

.dropdown-toggle
position: relative
display: block

.dropdown-menu
width: 250px

.menu-inner
padding: 0

Expand Down
3 changes: 3 additions & 0 deletions packages/junipero/lib/DateField/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
display: block
width: 100%

.dropdown-menu
width: 250px

.dropdown-toggle
position: relative
display: block
Expand Down

0 comments on commit ef45f8b

Please sign in to comment.