diff --git a/src/main/frontend/components/theme.css b/src/main/frontend/components/theme.css index 90e4bfb9b7..4f398f2641 100644 --- a/src/main/frontend/components/theme.css +++ b/src/main/frontend/components/theme.css @@ -116,16 +116,16 @@ html.is-resizing-buf { main.ls-fold-button-on-right { #main-content-container { - padding: 0 15px; - - + padding-right:12px; + padding-left: 12px; + .page-blocks-inner { margin-left: 0 !important; } } .cp__sidebar-left-layout { - width: 16px; + width: 15px; } .ls-block { @@ -142,5 +142,9 @@ main.ls-fold-button-on-right { display: block !important; } } + + .block-content-wrapper { + width: 100%; + } } } \ No newline at end of file