Skip to content

Commit 0a17a31

Browse files
committed
account for focus outline
1 parent 4649c57 commit 0a17a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/components/ObjectPageSection/ObjectPageSection.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
.section {
22
box-sizing: border-box;
3+
4+
&:first-of-type {
5+
margin-block-start: 1px;
6+
}
37
}
48

59
.section [data-component-name='ObjectPageSubSection']:not(:first-child) {

0 commit comments

Comments
 (0)