Skip to content

Commit

Permalink
FIX Fix block division by applying margins regardless of screen width
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Jul 12, 2018
1 parent f88e178 commit d777439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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.

7 changes: 2 additions & 5 deletions client/src/styles/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ div.elemental-area__element--historic.elemental-area__element--historic-inner {
border-bottom: 1px solid $border-color-light;
margin-bottom: ($panel-padding-y * 1.5);
margin-top: ($panel-padding-y * 1.5);

@include media-breakpoint-up(lg) {
margin-left: -$panel-padding-x;
margin-right: -$panel-padding-x;
}
margin-left: -$panel-padding-x;
margin-right: -$panel-padding-x;
}

.history-viewer__version-detail fieldset {
Expand Down

0 comments on commit d777439

Please sign in to comment.