summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-10-30 13:24:40 +0000
committerKegan Dougal <kegan@matrix.org>2014-10-30 13:24:40 +0000
commit6f3f631fd11f744afa57396e8dd18e064ce90e8f (patch)
tree9552b7379bc536b42ec0a66ea6bc8c27c3a14e44 /webclient/app.css
parentSYWEB-12: Format room info dialog better. (diff)
downloadsynapse-6f3f631fd11f744afa57396e8dd18e064ce90e8f.tar.xz
SYWEB-12: More formatting.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 2dc6e8caed..5ab8e2b8fd 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -443,6 +443,12 @@ textarea, input {
     font-family: monospace;
 }
 
+.room-info-textarea-content {
+    height: auto;
+    width: 100%;
+    resize: vertical;
+}
+
 /*** Participant list ***/
 
 #usersTableWrapper {