Skip to content

Commit

Permalink
FIX Restore correct margin for elemental history (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jun 20, 2024
1 parent d06c2c3 commit 3ce68e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions client/src/styles/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ div.elemental-area__element--historic.elemental-area__element--historic-inner {

.elemental-area--read-only {
border-bottom: 1px solid $border-color-light;
/* stylelint-disable-next-line scss/operator-no-unspaced */
margin: ($panel-padding-y * 1.5) -$panel-padding-x;
margin: ($panel-padding-y * 1.5) (-$panel-padding-x);
}

.history-viewer__version-detail fieldset {
Expand Down

0 comments on commit 3ce68e5

Please sign in to comment.