Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Fix layout and dashboard option selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
vovakulikov committed Oct 18, 2022
1 parent 6b7f0f6 commit 41e8b9e
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 @@ -42,7 +42,7 @@
display: flex;
flex-direction: column;
height: 100%;
width: 30rem;
max-width: 25rem;

&-unchanged {
[data-user-value] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ const DashboardOption: FC<DashboardOptionProps> = props => {
<ComboboxOption
value={name}
selected={selected}
data-value={name}
className={classNames(styles.comboboxOption, { [styles.comboboxOptionSelected]: selected })}
>
<TruncatedText title={name}>
Expand Down

0 comments on commit 41e8b9e

Please sign in to comment.