Skip to content

Commit

Permalink
fix(ui): add event and page text width limit
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 23, 2024
1 parent afb7c3b commit 9f09705
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/theme/extras/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ body {
}

body:not(.contenttype-lrf) {
#page-document.ui.container .content-container {
#page-document.ui.container .content-container,
#page-document.ui.container .events-container .events-content{
& > .break-block,
& > ul {
max-width: 744px !important;
}

& > p,
& > blockquote {
max-width: 744px !important;
Expand Down

0 comments on commit 9f09705

Please sign in to comment.