mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🐛 Fix line height on token pills (#6164)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user