diff --git a/assets/components/tile/release.vue b/assets/components/tile/release.vue index 147fea42..1b392114 100644 --- a/assets/components/tile/release.vue +++ b/assets/components/tile/release.vue @@ -236,13 +236,11 @@ export default { } .title { - display: flex; - align-items: center; margin: 0 .25rem .25rem 0; color: $text; + max-height: 2.75rem; font-size: 1rem; - max-height: 3rem; - white-space: nowrap; + line-height: 1.5; text-overflow: ellipsis; overflow: hidden; diff --git a/public/css/style.css b/public/css/style.css index 7e252bcc..67e43e87 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -202,15 +202,11 @@ text-decoration: none; } .title[data-v-3abcf101] { - display: -webkit-box; - display: flex; - -webkit-box-align: center; - align-items: center; margin: 0 .25rem .25rem 0; color: #222; + max-height: 2.75rem; font-size: 1rem; - max-height: 3rem; - white-space: nowrap; + line-height: 1.5; text-overflow: ellipsis; overflow: hidden; }