diff options
author | MaZderMind | 2018-01-24 23:43:58 +0100 |
---|---|---|
committer | MaZderMind | 2018-01-24 23:43:58 +0100 |
commit | 55dbd747664412a23e09dd37bd03237c2106a178 (patch) | |
tree | ee7c0d27eb185504dd26d71f759e9f98f1fd3338 /template | |
parent | 104f8c65255e96cd31f6d38c08aa91bca9e41439 (diff) |
fixed panel width on small tabled view (they merged together)
Diffstat (limited to 'template')
-rw-r--r-- | template/overview.phtml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/template/overview.phtml b/template/overview.phtml index e9cee8e..513f8e5 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -28,11 +28,7 @@ col-xs-12 <? else: ?> narrow - <? if($room->hasPreview() && $room->hasSchedule()): ?> - col-md-6 - <? else: ?> - col-sm-6 - <? endif ?> + col-md-6 <? endif ?> <? if($room->hasPreview()): ?> |