Unverified Commit 98e3b4cb authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3211907 by Sakthivel M, tushar_sachdeva: On Mobile screens, tags label...

Issue #3211907 by Sakthivel M, tushar_sachdeva: On Mobile screens, tags label and tags item are misaligned
parent 5245bd86
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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;
}
+5 −1
Original line number Diff line number Diff line
@@ -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 {