Skip to content

Commit

Permalink
Fix Blocks chooser styling (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
iRohitSingh authored Dec 22, 2023
1 parent 0e6f9f7 commit e5bcda2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/307.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix Blocks chooser styling @iRohitSingh
3 changes: 3 additions & 0 deletions src/theme/_blocks-chooser.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.blocks-chooser .ui.form .searchbox.field {
height: unset !important;
}
1 change: 1 addition & 0 deletions src/theme/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
@import 'blocks/toc';
@import 'blocks/table';
@import 'blocks/maps';
@import 'blocks-chooser';

@import 'temp';

Expand Down

0 comments on commit e5bcda2

Please sign in to comment.