summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-06-29 21:59:27 -0400
committerJules Laplace <jules@okfoc.us>2015-06-29 21:59:27 -0400
commitd9687cc168092bcd337dd17096b2c06700b10f3d (patch)
treee37879bfaf9848a745cc74e3bccea25b56db33e0 /css
parent3506c31c21c47028d4e6a6668269bc1b759d9025 (diff)
fix width
Diffstat (limited to 'css')
-rw-r--r--css/sally.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css
index cf68173..b37b408 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -90,7 +90,7 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
margin: 3px;
}
-#ui_rapper { clear:both; float: left; }
+#ui_rapper { clear:both; float: left; width: 100%; }
#workspace_rapper { width: 100%; }
.loading .vertical #ui_rapper { clear: none }