mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:51:39 +02: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 {
|
.name-wrapper {
|
||||||
|
@include use-typography("code-font");
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -41,6 +42,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-name-wrapper {
|
.first-name-wrapper {
|
||||||
|
@include use-typography("code-font");
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -48,6 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.last-name-wrapper {
|
.last-name-wrapper {
|
||||||
|
@include use-typography("code-font");
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue