CSS width fix

This commit is contained in:
JC Brand 2018-05-02 15:28:55 +02:00
parent ca0f5fcfef
commit 6f95628420
2 changed files with 0 additions and 2 deletions

View File

@ -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],

View File

@ -230,7 +230,6 @@
}
.chatroom-form {
height: 100%;
width: 100%;
margin-top: 2em;
label,