Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
16ba89af
Unverified
Commit
16ba89af
authored
May 03, 2021
by
lauriii
Browse files
Issue
#3211888
by mherchel, Gauravmahlawat: Olivero: Layout Builder 33/34/33 layout broken in IE11
(cherry picked from commit
d6726045
)
parent
38c47a96
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/themes/olivero/css/layout/layout-builder-threecol-section.css
View file @
16ba89af
...
...
@@ -76,6 +76,6 @@
.layout--threecol-section--33-34-33
>
.layout__region--first
,
.layout--threecol-section--33-34-33
>
.layout__region--second
,
.layout--threecol-section--33-34-33
>
.layout__region--third
{
flex-basis
:
calc
(
33.33%
-
1.
498
5rem
);
flex-basis
:
calc
(
33.33%
-
1.
5007
5rem
);
}
}
core/themes/olivero/css/layout/layout-builder-threecol-section.pcss.css
View file @
16ba89af
...
...
@@ -73,7 +73,7 @@
&
>
.layout__region--first,
&
>
.layout__region--second,
&
>
.layout__region--third
{
flex-basis
:
calc
(
33.33%
-
(
var
(
--grid-gap--md
)
*
0.66
6
));
flex-basis
:
calc
(
33.33%
-
(
var
(
--grid-gap--md
)
*
0.66
7
));
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment