0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(ui): fix text overflow issue

fix test overflow issue
This commit is contained in:
simeng-li 2022-10-20 17:33:14 +08:00
parent 2e03d18c3e
commit d3af024c26
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075
3 changed files with 3 additions and 1 deletions

View file

@ -11,8 +11,8 @@
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
transition: background 0.2s ease-in-out;
white-space: nowrap;
user-select: none;
overflow: hidden;
}
.large {

View file

@ -31,6 +31,7 @@
.link {
text-decoration: underline;
cursor: pointer;
max-width: 20%;
}
:global(body.desktop) {

View file

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