Skip to content

Commit

Permalink
Merge pull request #2 from eaudeweb/24908_containers_styling
Browse files Browse the repository at this point in the history
refs #24908 container styling
  • Loading branch information
razvanMiu authored May 15, 2024
2 parents ed3d66d + c6d6e60 commit ac3ea81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/base/src/styles/base/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
padding-right: var(--ant-row-gutter-x, 0);

.column-inner {
--ant-row-gutter-x: 0;
--ant-row-gutter-y: 0;
height: 100%;

> .container-paragraph:only-child {
Expand Down
2 changes: 2 additions & 0 deletions packages/next-drupal/src/styles/base/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
padding-right: var(--ant-row-gutter-x, 0);

.column-inner {
--ant-row-gutter-x: 0;
--ant-row-gutter-y: 0;
height: 100%;

> .container-paragraph:only-child {
Expand Down

0 comments on commit ac3ea81

Please sign in to comment.