Skip to content

Commit

Permalink
Merge pull request #3250 from vector-im/dbkr/support_kick_ban_reasons
Browse files Browse the repository at this point in the history
CSS for ban / kick reason prompt
  • Loading branch information
dbkr authored Feb 17, 2017
2 parents e8d5e8c + 75f2ba6 commit f516696
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit f516696

Please sign in to comment.