Set padding-bottom: 0px for .mx_Dialog spinner

This was causing https://github.com/vector-im/riot-web/issues/3226
pull/3351/head
Luke Barnard 2017-03-02 17:39:02 +00:00
parent 640c486bde
commit 024fea0687
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ textarea {
width: auto;
border-radius: 8px;
padding-left: 0px;
padding-bottom: 0px;
box-shadow: none;
}