Skip to content

Commit

Permalink
Merge pull request #66 from gravity-ui/fix-hs-form-label-width-limita…
Browse files Browse the repository at this point in the history
…tions

fix: hs form field width limitations
  • Loading branch information
gorgeousvlad authored Dec 2, 2022
2 parents e60ac15 + fe45a77 commit ccae192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sub-blocks/HubspotForm/HubspotForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ $block: '.#{$ns}hubspot-form';
position: relative;
}

&:only-child > label {
width: 100%;
}

.input {
box-sizing: border-box;
display: inline-block;
Expand Down

0 comments on commit ccae192

Please sign in to comment.