diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-10-30 13:24:40 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-10-30 13:24:40 +0000 |
commit | 6f3f631fd11f744afa57396e8dd18e064ce90e8f (patch) | |
tree | 9552b7379bc536b42ec0a66ea6bc8c27c3a14e44 /webclient/app.css | |
parent | SYWEB-12: Format room info dialog better. (diff) | |
download | synapse-6f3f631fd11f744afa57396e8dd18e064ce90e8f.tar.xz |
SYWEB-12: More formatting.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 6 |
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 { |