Skip to content

Commit

Permalink
Fix: Replace glossary textbox margin with padding (adaptlearning#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames committed Apr 3, 2023
1 parent b6f5723 commit 106a2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/plugins/adapt-contrib-glossary/glossary.less
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.glossary {
&__textbox-container {
margin: (@item-margin * 2) (@item-margin * 2) 0;
padding: @item-padding;
}

&__textbox {
line-height: @drawer-item-body-line-height;
}

&__checkbox-container {
padding: @item-padding;
padding: 0 @item-padding @item-padding;
}

&__checkbox-input,
Expand Down

0 comments on commit 106a2cf

Please sign in to comment.