Skip to content

Commit

Permalink
📝 Tweak dropdown stories styling
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Sep 20, 2023
1 parent a334bed commit 3fa30e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/docs/stories/Dropdown.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.sb-show-main, .sb-story {
min-height: 210px;
.sb-show-main,
.sb-story {
min-height: 180px;
}
.uktdropdown input {
box-sizing: border-box;
Expand Down Expand Up @@ -102,7 +103,7 @@

.out-of-bounds-example.uktdropdown {
position: absolute;
bottom: 30px;
bottom: 20px;
}
.out-of-bounds-example input {
width: 150px;
Expand Down

0 comments on commit 3fa30e2

Please sign in to comment.