commit
1d9f649c09
|
@ -15,16 +15,22 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
min-width: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-news-text {
|
.layout-news-text {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
display: block;
|
display: block;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
min-width: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-news-link {
|
.layout-news-link {
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-news-link,
|
.layout-news-link,
|
||||||
|
|
Loading…
Reference in New Issue