Skip to content

Commit d98f3f7

Browse files
committed
refactor: update flex selector in DLayout.style.scss for improved specificity
1 parent 102822e commit d98f3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/d-layout/DLayout.style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
height: 100%;
99
overflow: hidden;
1010

11-
.flex {
11+
> .flex, > .flex > .flex {
1212
width: 100%;
1313
height: 100%;
1414
gap: variables.$xs;

0 commit comments

Comments
 (0)