0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

fix(ui): cr update

cr update
This commit is contained in:
simeng-li 2022-10-21 10:08:52 +08:00
parent d3af024c26
commit ceb2ff7c46
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@ body {
background-color: var(--color-base);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: auto;
word-break: break-word;
}
.container {

View file

@ -2,7 +2,6 @@ body {
margin: 0;
padding: 0;
font-family: sans-serif;
word-break: break-word;
}
* {