Issue #3211907 by Sakthivel M, tushar_sachdeva: On Mobile screens, tags label and tags item are misaligned
(cherry picked from commit 98e3b4cbd9
)
merge-requests/577/head
parent
b47b91bfa1
commit
7fe1ab6e9a
|
@ -29,13 +29,20 @@
|
|||
color: #6e7172;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
line-height: 2
|
||||
line-height: 1.6
|
||||
}
|
||||
|
||||
.field--tags__label:after {
|
||||
content: ":";
|
||||
}
|
||||
|
||||
@media (min-width: 43.75rem) {
|
||||
|
||||
.field--tags__label {
|
||||
line-height: 2
|
||||
}
|
||||
}
|
||||
|
||||
[dir="ltr"] .field--label-inline .field--tags__label {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
|
@ -17,11 +17,15 @@
|
|||
color: var(--color--gray-20);
|
||||
font-size: var(--font-size-s);
|
||||
font-weight: 600;
|
||||
line-height: 2;
|
||||
line-height: 1.6;
|
||||
|
||||
&:after {
|
||||
content: ":";
|
||||
}
|
||||
|
||||
@media (--md) {
|
||||
line-height: 2;
|
||||
}
|
||||
}
|
||||
|
||||
.field--label-inline .field--tags__label {
|
||||
|
|
Loading…
Reference in New Issue