CSS for ban / kick reason prompt

For https://github.com/matrix-org/matrix-react-sdk/pull/710
pull/3250/head
David Baker 2017-02-17 17:29:57 +00:00
parent e8d5e8c8ab
commit 75f2ba6b19
1 changed files with 7 additions and 0 deletions

View File

@ -26,3 +26,10 @@ limitations under the License.
.mx_ConfirmUserActionDialog_userId {
font-style: italic;
}
.mx_ConfirmUserActionDialog_reasonField {
margin-bottom: 40px;
width: 90%;
font-size: 120%;
height: 35px;
}