Skip to content

Commit

Permalink
Merge pull request #2643 from SUI-Components/feat/improve_positioning…
Browse files Browse the repository at this point in the history
…_absolute_phone_input

feat(components/molecule/phoneInput): Update positioning input phone
  • Loading branch information
xaviermariaconejo authored Sep 28, 2023
2 parents b0e74f1 + 1d463ea commit c1392f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/molecule/phoneInput/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ $h-molecule-phone-input: 40px;

& > input {
background: none;
}

&.sui-AtomInput-input--noBorder {
position: relative;
}
& .sui-AtomInput-input {
position: relative;
}

& span.sui-AtomHelpText,
Expand All @@ -60,7 +60,7 @@ $h-molecule-phone-input: 40px;
& .sui-MoleculeField-labelContainer {
left: 0;
position: absolute;
top: -$m-s;
top: 0;
}

&.splitted {
Expand Down

0 comments on commit c1392f9

Please sign in to comment.