mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #2219 from logto-io/simeng-log-4435
fix(ui): fix text overflow issue
This commit is contained in:
commit
76b9c84295
3 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
.link {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
:global(body.desktop) {
|
||||
|
|
|
@ -22,6 +22,7 @@ body {
|
|||
background-color: var(--color-base);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Reference in a new issue