Reports: fix overflow on mobile and link color
This commit is contained in:
parent
f8fa7007e7
commit
4044b4b14f
|
@ -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…
Reference in New Issue