Skip to content

Commit

Permalink
Refs #141204 modified container width to be auto:
Browse files Browse the repository at this point in the history
- added also some left and right margin for edit content area
  • Loading branch information
ichim-david committed Nov 17, 2021
1 parent f7a2868 commit 2e8d2e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme/themes/eea/elements/container.overrides
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*******************************
Theme Overrides
*******************************/
@maxWidth: 1400px;

/* All Sizes */
.ui.container {
display: block;
width: auto !important;
max-width: @maxWidth !important;
transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045),
margin-left 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045),
Expand Down
7 changes: 7 additions & 0 deletions theme/themes/eea/elements/segment.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
padding-left: 0;
}

// #141204 add some left and right padding for edit content area
// this way we always have the delete and add button visible
.has-sidebar .ui.segment.content-area {
padding-right: 3rem;
padding-left: 3rem;
}

.ui.primary.segment {
border-bottom: @4px solid @greyBorderColor;
font-size: @16px;
Expand Down

0 comments on commit 2e8d2e0

Please sign in to comment.