Unverified Commit d9b41a88 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3116377 by justafish, ravi.shankar, idebr, komalk, sauravk,...

Issue #3116377 by justafish, ravi.shankar, idebr, komalk, sauravk, swatichouhan012, KondratievaS, kiran.kadam911, priyanka.sahni, lauriii, volkerk, Abhijith S, djsagar, ckrina, Indrajith KB, mmd: Autocomplete input in views exposed filters does not align with select and text inputs
parent 5354c16d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
   */
  /*
   * Typography.
   */ /* 1rem = 16px if font root is 100% ands browser defaults are used. */ /* ~32px */ /* ~29px */ /* ~26px */ /* ~23px */ /* ~20px */ /* 18px */ /* ~14px */ /* ~13px */ /* ~11px */
   */ /* 18px */ /* 1rem = 16px if font root is 100% ands browser defaults are used. */ /* ~32px */ /* ~29px */ /* ~26px */ /* ~23px */ /* ~20px */ /* 18px */ /* ~14px */ /* ~13px */ /* ~11px */
  /**
   * Spaces.
   */ /* 3 * 16px = 48px */ /* 1.5 * 16px = 24px */ /* 1 * 16px = 16px */ /* 0.75 * 16px = 12px */ /* 0.5 * 16px = 8px */
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
  --font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --line-height: 1.5;
  --line-height-heading: 1.3;
  --line-height-form-label: calc(18rem / 16); /* 18px */
  --font-size-base: 1rem; /* 1rem = 16px if font root is 100% ands browser defaults are used. */
  --font-size-h1: 2.027rem; /* ~32px */
  --font-size-h2: 1.802rem; /* ~29px */
+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ _:-ms-fullscreen,
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0.25rem 0;
}

.claro-autocomplete__message {
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@ _:-ms-fullscreen,
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0.25rem 0;
}
.claro-autocomplete__message {
  position: absolute;
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ tr .form-item,
  margin-bottom: 0.25rem; /* 4px */
  font-size: 0.889rem; /* ~14px */
  font-weight: bold;
  line-height: 1.125rem; /* 18px */
  line-height: 1.125rem;
}

.form-item__label--multiple-value-form {
Loading