Skip to content

Commit

Permalink
Prevent the subregion collection selector options from line breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Mar 6, 2024
1 parent ec5c9a7 commit b8aaa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const SubRegionCollectionSelector: React.FC<ISubRegionCollectionSelector> = (pro

return (
<>
<div className={'SubRegionCollectionSelector'}>
<div id={'SubRegionCollectionSelector'}>
{subRegionCollectionOptions}
</div>
{
Expand Down
1 change: 1 addition & 0 deletions src/style/SubRegionCollectionSelector.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#SubRegionCollectionSelector {
white-space: nowrap;
width: min-content;
}
.sub-region-collection-option {
display: inline-block;
Expand Down

0 comments on commit b8aaa95

Please sign in to comment.