Explorar el Código

Merge pull request #1847 from weseek/support/adjust-pagelist-layout

fix style
Yuki Takei hace 6 años
padre
commit
deabf5203e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/views/layout-kibela/page_list.html

+ 1 - 1
src/server/views/layout-kibela/page_list.html

@@ -33,7 +33,7 @@
 </div>
 
   <div class="row page-list bg-white round-corner grw-pt-10px mb-5 {% if page.isPortal() %}mt-5{% endif %}">
-    <div class="col-xs-12">
+    <div class="col">
       {% include '../widget/page_list_and_timeline_kibela.html' %}
     </div>
   </div>