Truncate website title on website list & website details pages

This commit is contained in:
Sophia Willows 2022-02-20 14:32:54 +13:00
parent 07e782ca39
commit 74e1139072
No known key found for this signature in database
GPG key ID: E8D91D5F808FA2EC
2 changed files with 18 additions and 5 deletions

View file

@ -2,6 +2,14 @@
color: var(--gray900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
align-items: center;
display: flex;
max-width: 100%;
overflow: hidden;
}
.titleLink {
max-width: 100%;
}
.link {