Fix fixed layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
25f684e81d
commit
af3b6f6362
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module PageLayoutHelper
|
|||
def container_class
|
||||
css_class = "container-fluid"
|
||||
|
||||
if fluid_layout
|
||||
unless fluid_layout
|
||||
css_class += " container-limited"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue