diff options
| -rw-r--r-- | css/sally.css | 2 |
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 } |
