Skip to content

Commit

Permalink
Merge pull request #3351 from vector-im/luke/css-spinner-height
Browse files Browse the repository at this point in the history
Set padding-bottom: 0px for .mx_Dialog spinner
  • Loading branch information
lukebarnard1 authored Mar 3, 2017
2 parents ae27667 + a146294 commit b1f14ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skins/vector/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b1f14ba

Please sign in to comment.