1
0
Fork 0
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:
Andrew Simachev 2025-05-12 10:28:58 +02:00
parent 85617f86c6
commit 8ce40bedcc
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -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;
}
}