diff --git a/src/styles/components/namespaces.scss b/src/styles/components/namespaces.scss index 6ed934631..e7b2e2cf5 100644 --- a/src/styles/components/namespaces.scss +++ b/src/styles/components/namespaces.scss @@ -124,6 +124,13 @@ $lists-per-row: 5; color: $text; width: 100%; margin-bottom: 0; + max-height: calc(100% - 2rem); // 1rem padding, 1rem height of the "is archived" badge + overflow: hidden; + text-overflow: ellipsis; + + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; } &.has-light-text .title {