Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_ohana
Commits
868082e3
Commit
868082e3
authored
2 years ago
by
Martin Leblanc
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/ISTWCMS-5648-ebremner-layout-builder-sections' into '1.0.x'
ISTWCMS-5648: fixing layout uw col 1 See merge request
!13
parents
8358ec6b
fde1e7d7
No related branches found
No related tags found
1 merge request
!13
ISTWCMS-5648: fixing layout uw col 1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/patterns/03-layouts/layout/layout--1-col/_layout--1-col.scss
+3
-1
3 additions, 1 deletion
...terns/03-layouts/layout/layout--1-col/_layout--1-col.scss
with
3 additions
and
1 deletion
src/patterns/03-layouts/layout/layout--1-col/_layout--1-col.scss
+
3
−
1
View file @
868082e3
.layout--uw-1-col
{
.layout--uw-1-col
{
display
:
var
(
--
grid-gap
);
display
:
grid
;
gap
:
var
(
--
grid-gap
);
grid-template-columns
:
100%
;
grid-template-columns
:
100%
;
}
}
.layout--uw-1-col
.layout__region--first
{
.layout--uw-1-col
.layout__region--first
{
grid-column
:
1
/
2
;
grid-column
:
1
/
2
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment