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

Loading…
Cancel
Save