Merge pull request #3351 from vector-im/luke/css-spinner-height

Set padding-bottom: 0px for .mx_Dialog spinner
pull/3395/head
Luke Barnard 2017-03-03 18:01:08 +00:00 committed by GitHub
commit b1f14ba979
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ textarea {
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
width: auto;
border-radius: 8px;
padding-left: 0px;
padding: 0px;
box-shadow: none;
}