Fix text overflow alignment for long author names in News (#36562)
This commit is contained in:
@@ -9368,19 +9368,13 @@ noscript {
|
|||||||
|
|
||||||
&__shared {
|
&__shared {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: baseline;
|
||||||
color: $darker-text-color;
|
color: $darker-text-color;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
||||||
& > span {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__pill {
|
&__pill {
|
||||||
background: var(--surface-variant-background-color);
|
background: var(--surface-variant-background-color);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -9390,6 +9384,7 @@ noscript {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__author-link {
|
&__author-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user