Skip to content

Commit

Permalink
MAINT: Correct padding for memo box
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-zon committed Jan 20, 2025
1 parent 7c5b2bd commit 167b80a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/src/zeit/edit/browser/resources/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,13 @@ textarea {

/* Fieldsets */

#editor-forms > .inline-form {
margin: 1em 10px;
}

#cp-content fieldset {
background: none 0;
border: medium none;
margin: 0 0 0 10px;
padding: 0;
}

Expand Down

0 comments on commit 167b80a

Please sign in to comment.