Fix Deploy button alignment in case the text is short

This commit is contained in:
Kristóf Tóth 2018-07-23 10:58:24 +02:00
parent 7c4296583c
commit 71f6e35cdf

View File

@ -36,6 +36,9 @@
}
.tfw-deploy-btn-group {
display: flex;
justify-content: flex-end;
.tfw-deploy-btn {
background: $tao-bright-green-200;
padding: 0.5em 0.7em;