Center align context popup window buttons

This commit is contained in:
toasted-nutbread 2019-10-13 17:40:51 -04:00
parent 17e2f825f4
commit ba27ea2c9d

View File

@ -14,6 +14,7 @@
.btn-group {
display: flex;
justify-content: center;
margin-top: 10px;
white-space: nowrap;
}