Add missing padding to CI variables protected item

This commit is contained in:
Matija Čupić 2018-02-05 18:21:38 +01:00
parent 3be32027b6
commit 1098355e02
No known key found for this signature in database
GPG key ID: 4BAF84FFACD2E5DE

View file

@ -70,6 +70,8 @@
flex: 0 1 auto; flex: 0 1 auto;
display: flex; display: flex;
align-items: center; align-items: center;
padding-top: 5px;
padding-bottom: 5px;
} }
.ci-variable-row-remove-button { .ci-variable-row-remove-button {