Skip to content

Commit e2edcd3

Browse files
committed
fix: ensure top controls have border in iframe examples
1 parent af4e7a0 commit e2edcd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/components/_shared.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ endif::example-scale[]
6868
border: 1px solid var(--docs-divider-color-1);
6969
}
7070
71+
.example:not(.mobile) .top-controls {
72+
border-left: 1px solid var(--docs-divider-color-1);
73+
border-bottom: 1px solid var(--docs-divider-color-1);
74+
}
75+
7176
.example {
7277
--scale: {example-scale};
7378
}

0 commit comments

Comments
 (0)