From acce454b61626441aecc37dae2adc27f94759e13 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Tue, 29 Jan 2013 23:09:01 -0800
Subject: [PATCH] Issue #1886498 by jmarkel: Fixed With Bartik, and browser
 window is wide, module page layout unusable.

---
 core/themes/bartik/css/layout.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/themes/bartik/css/layout.css b/core/themes/bartik/css/layout.css
index 4817eef2c6fc..8c1ff95c9b1c 100644
--- a/core/themes/bartik/css/layout.css
+++ b/core/themes/bartik/css/layout.css
@@ -161,6 +161,9 @@ body,
   .one-sidebar #content {
     width: 75%;
   }
+  .no-sidebars #content {
+    width: 100%;
+  }
   .sidebar-first #content {
     margin-left: 25%;
     margin-right: 0;
-- 
GitLab