Skip to content

Commit

Permalink
Add bottom margin to expand collapse all for narrow widths.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 29, 2024
1 parent b668d68 commit ba5e317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/style.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions application/asset/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4367,6 +4367,7 @@ body.sidebar-open #content {

.expand-collapse-all {
text-align: right;
margin-bottom: $spacing-medium;
}

.expand-all:before,
Expand Down

0 comments on commit ba5e317

Please sign in to comment.