Skip to content

Commit

Permalink
fix: fix scss lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Oct 30, 2021
1 parent 019a424 commit c8e5a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/styles/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@
border: var(--waline-border);
border-radius: 0.25em;
word-break: break-word;
hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto
-webkit-hyphens: auto;
hyphens: auto;

> *:first-child {
margin-top: 0;
Expand Down

0 comments on commit c8e5a71

Please sign in to comment.