Skip to content

Commit

Permalink
Fix Contact Type Select Styles Issue rubyforgood#5759 (rubyforgood#5830)
Browse files Browse the repository at this point in the history
* Fix issue rubyforgood#5759: Adjust SCSS to fix layout styling

* Updated application and tomselect SCSS per PR for issue Fix Contact Type Select Styles rubyforgood#5759

* Contact type dropdown is styled to use tomselect SCSS
  • Loading branch information
logtay authored Jun 23, 2024
1 parent 259dd5b commit c94f90c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
@use "shared/noscript";
@use "shared/select2_additional_styles";
@use "shared/sidebar";
@use "shared/tomselect_additional_styles.scss";
@use "shared/typography";
@use "shared/utilities";
@use "shared/validated_form_component";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.ts-dropdown [data-selectable] .highlight {
display: inline-block;
}

0 comments on commit c94f90c

Please sign in to comment.