Commit 6f956284 authored by JC Brand's avatar JC Brand

CSS width fix

parent ca0f5fcf
......@@ -8421,7 +8421,6 @@ body {
#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form,
#conversejs .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form {
height: 100%;
width: 100%;
margin-top: 2em; }
#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form label,
#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chatroom-form-container .chatroom-form input[type=text],
......
......@@ -230,7 +230,6 @@
}
.chatroom-form {
height: 100%;
width: 100%;
margin-top: 2em;
label,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment