mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-11 00:46:23 -05:00
Fix description text overflowing on Overview landing page (#40272)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use '@/styles/mastodon/mixins';
|
||||
|
||||
.page {
|
||||
border-radius: 16px;
|
||||
border: 1px solid var(--color-border-primary);
|
||||
@@ -42,12 +44,10 @@
|
||||
}
|
||||
|
||||
p {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
@include mixins.line-clamp(2);
|
||||
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user