Skip to content

Commit 1f93ad3

Browse files
Merge pull request #2101 from tjann/widget_dropdown_css_padding
added 20px of right padding to the select dropdown styling
2 parents b58d616 + 8408547 commit 1f93ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/controls/css/widgets-base.css

+1
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@
657657
}
658658

659659
.widget-dropdown > select {
660+
padding-right: 20px;
660661
border: var(--jp-widgets-input-border-width) solid var(--jp-widgets-input-border-color);
661662
border-radius: 0;
662663
height: inherit;

0 commit comments

Comments
 (0)