Skip to content
Snippets Groups Projects
Commit ca5f4507 authored by Akul Saxena's avatar Akul Saxena Committed by spokje
Browse files

Issue-drupal-3489795: Reverted the change to see the pipeline.

parent c226a86b
No related branches found
No related tags found
1 merge request!10340Issue-drupal-3489795: Tried to fix styleint error.
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
display: flex; display: flex;
} }
@media (--tabs-layout-switch) {
display: flex;
margin-block-end: 0;
margin-inline-start: calc(-1 * var(--tabs-border-width));
}
/* Show tabs when JavaScript disabled. */ /* Show tabs when JavaScript disabled. */
@nest html:not(.js) & { @nest html:not(.js) & {
display: flex; display: flex;
...@@ -59,12 +65,6 @@ ...@@ -59,12 +65,6 @@
display: flex; display: flex;
} }
} }
@media (--tabs-layout-switch) {
display: flex;
margin-block-end: 0;
margin-inline-start: calc(-1 * var(--tabs-border-width));
}
} }
.tabs__link { .tabs__link {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment