diff --git a/client/themes/default/scss/app.scss b/client/themes/default/scss/app.scss index becfae35..cb3f32ef 100644 --- a/client/themes/default/scss/app.scss +++ b/client/themes/default/scss/app.scss @@ -813,6 +813,19 @@ outline: none; background-color: mc('grey', '100'); } + + > h1, h2, h3, h4, h5, h6 { + width: 95%; + display: inline-block; + + &:first-child { + margin-top: 0; + } + + &:only-child::after { + display: none; + } + } } &[open] {