Skip to content

Commit

Permalink
fix(css): fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bangseongbeom authored Oct 11, 2024
1 parent 2875190 commit 341af49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
line-height: 1;
padding-top: 0.5rem;
position: relative;
text-orientation: sideways;
transform: rotate(180deg);
white-space: nowrap;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
text-orientation: sideways;
}

.bc-head-icon-symbol {
Expand Down

0 comments on commit 341af49

Please sign in to comment.