소스 검색

fix 1Col template central column width

Olivier Massot 4 년 전
부모
커밋
6cfbbfaa72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ot_templating/Resources/Private/Layouts/Classic/1Col.html

+ 1 - 1
ot_templating/Resources/Private/Layouts/Classic/1Col.html

@@ -7,7 +7,7 @@
 <div class="main">
 
     <f:comment><!-- Central column --></f:comment>
-    <div class="centralcol">
+    <div class="centralcol" style="max-width: 100%;">
         <div class="content">
 
             <f:comment><!-- render the content of the content section (middle column) --></f:comment>