Commit af3b6f63 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix fixed layout

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 25f684e8
...@@ -43,7 +43,7 @@ module PageLayoutHelper ...@@ -43,7 +43,7 @@ module PageLayoutHelper
def container_class def container_class
css_class = "container-fluid" css_class = "container-fluid"
if fluid_layout unless fluid_layout
css_class += " container-limited" css_class += " container-limited"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment