Skip to content

Commit

Permalink
little bit width
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Aug 25, 2024
1 parent a445672 commit 7dc216f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
margin-right: 4px;
}

&__advancedButton {
width: 100%;
}

&__selectable {
width: 365px;
padding: $euiSizeXS;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const DatasetExplorer = ({
},
searchable: true,
})}
className="datasetSelector__selectable"
className="datasetExplorer__selectable"
>
{(list, search) => (
<>
Expand Down

0 comments on commit 7dc216f

Please sign in to comment.