Displays loading icon in async buttons inline

This commit is contained in:
Filipa Lacerda 2017-05-26 14:59:31 +01:00
parent 8f2af757d3
commit 9e95257e81
2 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,10 @@
}
}
.btn .text-center {
display: inline;
}
.commit-title {
margin: 0;
}

View File

@ -88,6 +88,10 @@
}
}
.btn .text-center {
display: inline;
}
.tooltip {
white-space: nowrap;
}