mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 09:56:15 +00:00
🐛 Fix long project name visual problem on dashboard
This commit is contained in:
parent
d53c090900
commit
97e4f4c424
@ -84,12 +84,15 @@
|
|||||||
|
|
||||||
.project-name {
|
.project-name {
|
||||||
@include t.use-typography("body-large");
|
@include t.use-typography("body-large");
|
||||||
width: fit-content;
|
|
||||||
margin-inline-end: var(--sp-m);
|
|
||||||
line-height: 0.8;
|
|
||||||
color: var(--title-foreground-color-hover);
|
color: var(--title-foreground-color-hover);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: var(--sp-l);
|
height: var(--sp-l);
|
||||||
|
line-height: 0.8;
|
||||||
|
margin-inline-end: var(--sp-m);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
width: fit-content;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-wrapper {
|
.info-wrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user