mirror of
https://github.com/penpot/penpot.git
synced 2025-04-06 20:11:29 -05:00
🐛 Fix line height on token pills (#6164)
This commit is contained in:
parent
bb7301fb63
commit
d7c709607d
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
}
|
||||
|
||||
.name-wrapper {
|
||||
@include use-typography("code-font");
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -41,6 +42,7 @@
|
|||
}
|
||||
|
||||
.first-name-wrapper {
|
||||
@include use-typography("code-font");
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
@ -48,6 +50,7 @@
|
|||
}
|
||||
|
||||
.last-name-wrapper {
|
||||
@include use-typography("code-font");
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue