Skip to content

Commit 6da84dc

Browse files
author
Ruben Carvalho
committed
chore: Use logical properties
1 parent fb13d49 commit 6da84dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code-view/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $color-background-code-view-dark: #282c34;
2121
border-start-end-radius: cs.$border-radius-tiles;
2222
border-end-start-radius: cs.$border-radius-tiles;
2323
border-end-end-radius: cs.$border-radius-tiles;
24-
padding-top: cs.$space-static-xs;
25-
padding-bottom: cs.$space-static-xs;
24+
padding-block-start: cs.$space-static-xs;
25+
padding-block-end: cs.$space-static-xs;
2626
table-layout: auto;
2727
width: 100%;
2828
border-spacing: 0;

0 commit comments

Comments
 (0)