From 6bd3a38f27f046be2d865966745d3a0dd350a95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 20 May 2022 15:01:48 +0300 Subject: [PATCH] responsive news fixes --- src/assets/styles/app/_news.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/styles/app/_news.scss b/src/assets/styles/app/_news.scss index 1dc5817ec..78959d4af 100644 --- a/src/assets/styles/app/_news.scss +++ b/src/assets/styles/app/_news.scss @@ -15,16 +15,22 @@ display: flex; justify-content: center; align-items: center; + min-width: 0%; } .layout-news-text { line-height: 1.5; display: block; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + min-width: 0%; } .layout-news-link { margin-left: .5rem; line-height: 1.5; + white-space: nowrap; } .layout-news-link,