mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
add overflow to label
This commit is contained in:
parent
85617f86c6
commit
8ce40bedcc
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@
|
|||
|
||||
.offerLabel {
|
||||
border: 1px solid rgba(0,0,0,0); background: var(--color-bg-primary); border-radius: 10px; @include text-small; font-weight: 500;
|
||||
height: 20px; padding: 0px 8px;
|
||||
height: 20px; padding: 0px 8px; @include text-overflow-nw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue