Merge pull request #3250 from vector-im/dbkr/support_kick_ban_reasons

CSS for ban / kick reason prompt
pull/3272/head
David Baker 2017-02-17 17:39:38 +00:00 committed by GitHub
commit f51669664c
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;
}