Reports: fix overflow on mobile and link color

This commit is contained in:
Alex Gleason 2021-01-18 14:23:11 -06:00
parent f8fa7007e7
commit 4044b4b14f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 7 additions and 0 deletions

View File

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