Changes to form styling, don't break on resize

Added float left and clear both to textarea.
This commit is contained in:
Michał Daniel 2017-06-24 21:01:26 +02:00 committed by GitHub
parent 0e7629eaa1
commit b9f0e6633e
1 changed files with 13 additions and 0 deletions

View File

@ -143,6 +143,19 @@ input[type="text"], input[type="password"], input[type="file"], textarea, select
margin-right: 5px;
}
textarea#body {
clear: both;
float: left;
}
#quick-reply .format-text {
float: none;
}
#quick-reply .format-text > a {
display: inline;
}
input[type="submit"] {
color: #bcbcbc;
font-size: 12px;