Skip to content

Commit

Permalink
fix: select icons styles
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jan 7, 2025
1 parent b0df250 commit 8dd910d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Widgets/SelectInput/select-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@
color: black !important;
font-weight: bold;
}

.react-select__option .icon-container .icon {
height: 1rem;
width: auto;
}
5 changes: 5 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ body.cms-ui {
}
}

.react-select__option .icon-container .icon {
height: 1rem;
width: auto;
}

//slate
.editor-link {
&.input-anchorlink-theme {
Expand Down

0 comments on commit 8dd910d

Please sign in to comment.