Merge pull request #2554 from tugcekucukoglu/news

responsive news fixes
pull/2556/head
Tuğçe Küçükoğlu 2022-05-20 15:02:33 +03:00 committed by GitHub
commit 1d9f649c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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,