Composer: Fix link preview overflow (#3114)

This commit is contained in:
Alexander Zinchuk 2023-05-03 20:20:28 +04:00
parent 77e15d3fcb
commit cdab35fd4d

View File

@ -80,21 +80,20 @@
}
.site-title,
.site-name,
.site-description {
flex: 1;
max-width: 100%;
max-height: 1rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.site-title {
margin-top: 0.125rem;
margin-bottom: 0.1875rem;
}
.site-description {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}