Fix padding in jdd-editor

This commit is contained in:
Kuba Orlik 2025-02-09 18:08:51 +01:00
parent a18bda0044
commit 980f88cf81

View File

@ -37,3 +37,8 @@ nav a:not(:visited) {
width: 100%;
}
}
body.jdd-editor {
margin: 0 !important;
padding: 0 !important;
}