Skip to content

Commit

Permalink
Merge pull request #372 from qld-gov-au/QOLDEV-666-dropdown-styling
Browse files Browse the repository at this point in the history
QOLDEV-666 Styling dropdown
  • Loading branch information
ghazal-salehi authored Feb 7, 2024
2 parents d16b869 + d4b5916 commit d55180d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Dropdown/sass/dropdown.swe.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.formio-choices {
.dropdown {
height: 44px;
}
}
1 change: 1 addition & 0 deletions src/sass/formio.form.swe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
@import '../components/PlsPlusAddress/sass/plsPlusAddress.swe.scss';
@import '../components/Button/sass/button.swe.scss';
@import '../components/DataGrid/sass/datagrid.swe.scss';
@import '../components/Dropdown/sass/dropdown.swe.scss';
@import '../components/Radio/sass/radio.swe.scss';

0 comments on commit d55180d

Please sign in to comment.