0
Fork 0
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:
Eva Marco 2025-03-26 13:46:55 +01:00 committed by GitHub
parent bb7301fb63
commit d7c709607d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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