Skip to content

Commit 0e8409a

Browse files
fix color text alignment
1 parent b3678f0 commit 0e8409a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/style-guide/editor.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ $guide-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Ro
7373
border-radius: 16px;
7474
border: 1px solid #eee;
7575
padding: 24px;
76-
display: flex;
77-
flex-direction: column;
76+
&.ugb-style-guide__color-scheme {
77+
display: flex;
78+
flex-direction: column;
79+
}
7880
}
7981

8082
.ugb-style-guide__color-scheme {

0 commit comments

Comments
 (0)