Skip to content

Commit 7acc76c

Browse files
authored
Merge pull request #92 from DMOJ/editor-padding
Remove padding on editor component
2 parents eadfa5a + b096728 commit 7acc76c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

martor/static/martor/css/martor.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ form .martor-preview pre tt{margin:0;padding:0;background-color:transparent;bord
209209
.section-martor {
210210

211211
}
212+
213+
.section-martor div[data-tab="editor-tab-description"] {
214+
padding: 0 !important;
215+
}
216+
212217
.martor {
213218
height: 500px;
214219
max-height: 500px;

0 commit comments

Comments
 (0)