Make sure the buttons are center-aligned

(closes #5481)
This commit is contained in:
Bryan Housel
2018-11-12 16:59:33 -05:00
parent cef64b0751
commit 7d1710db15
+1
View File
@@ -504,6 +504,7 @@ button.secondary-action:hover {
display: flex;
flex: 1 1 auto;
flex-flow: row nowrap;
align-items: center;
padding: 0 10px;
min-width: 30px;
}