Skip to content

Commit

Permalink
Fix Aligned display (go back to flex)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Jul 7, 2024
1 parent 99cb8f1 commit 2e625b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/resources/render/html-wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@

.align {
width: 100%;
display: block;
display: flex;
flex-direction: column;
}

.align-left {
Expand Down
1 change: 1 addition & 0 deletions core/src/main/resources/render/theme/layout/beamer.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ table tr:last-child td {
}

.box {
width: 100%;
margin: 12px;
border-radius: 8px;
}
Expand Down

0 comments on commit 2e625b3

Please sign in to comment.