Skip to content

Commit

Permalink
Fix content overflow (closes #567)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 25, 2022
1 parent 6c17082 commit 1fad3eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/css/theme-default.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,8 @@ html {
.content>form>h6,
.content>form>p,
.content>form>table,
.content>form>ul {
.content>form>ul,
.content>form>div {
margin-right: 50%;
padding: 0 28px;
box-sizing: border-box;
Expand Down Expand Up @@ -997,7 +998,8 @@ html {
.content>form>h6,
.content>form>p,
.content>form>table,
.content>form>ul {
.content>form>ul,
.content>form>div {
margin-right: 0;
}
.content blockquote,
Expand Down

0 comments on commit 1fad3eb

Please sign in to comment.