diff --git a/web/src/components/ProfileSummary.vue b/web/src/components/ProfileSummary.vue index 5d312e2..b38fdbf 100644 --- a/web/src/components/ProfileSummary.vue +++ b/web/src/components/ProfileSummary.vue @@ -67,4 +67,8 @@ export default { .fas { margin-right: 8px; } + h2 { + overflow: hidden; + text-overflow: ellipsis; + } \ No newline at end of file