Reports: fix overflow on mobile and link color

merge-requests/424/head
Alex Gleason 4 years ago
parent f8fa7007e7
commit 4044b4b14f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -131,10 +131,13 @@
&__content { &__content {
padding: 0 16px; padding: 0 16px;
flex: 1; flex: 1;
overflow: hidden;
} }
&__title { &__title {
font-weight: bold; font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
a { a {
color: var(--primary-text-color); color: var(--primary-text-color);
@ -144,6 +147,10 @@
&__quote { &__quote {
font-size: 14px; font-size: 14px;
a {
color: var(--brand-color--hicontrast);
}
.byline { .byline {
font-size: 12px; font-size: 12px;

Loading…
Cancel
Save