Skip to content

Commit

Permalink
#7382 Dropdown: align issue for search and hint on 4K displays (#7383)
Browse files Browse the repository at this point in the history
* #7382 Dropdown: align issue for search and hint on 4K displays
Fixes #7382

* #7382 - scrreshot for other test
  • Loading branch information
novikov82 committed Nov 20, 2023
1 parent 633fc0a commit 7360c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/defaultV2-theme/blocks/sd-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
opacity: 1;
display: flex;
justify-content: space-between;
word-spacing: normal;
}

.sd-dropdown[disabled] {
Expand Down Expand Up @@ -96,6 +97,7 @@
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
max-width: 100%;
border: none;
Expand All @@ -112,7 +114,6 @@
white-space: nowrap;
display: inline-block;
appearance: none;
height: 100%;
}

.sd-dropdown--empty:not(.sd-input--disabled) .sd-dropdown__filter-string-input::placeholder {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7360c48

Please sign in to comment.