Skip to content

Commit

Permalink
Merge pull request #46 from techdivision/SPIN-126
Browse files Browse the repository at this point in the history
SPIN-126 // Fixed minor styling issues
  • Loading branch information
MVogge authored Dec 18, 2023
2 parents e6a6a5c + 159ef21 commit 3155a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ fieldset {
.hs-fieldtype-booleancheckbox {
display: grid;
grid-template-columns: 25px 1fr;
gap: 30px;
gap: 8px 30px;
margin-bottom: 16px !important; /* Override hs styling */
}

Expand Down
1 change: 0 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ main textarea {
width: 100%;
max-width: 50rem;
padding: 0.75rem 0.6rem;
margin-bottom: 1rem;
font-family: var(--body-font-family);
font-size: 18px;
line-height: 24px;
Expand Down

0 comments on commit 3155a0a

Please sign in to comment.