summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-02-05 18:21:38 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-02-05 20:14:49 +0100
commit1098355e0203dbce05384c8c88228d8175dd9bcd (patch)
tree96c556efdbcd465882086ec586ed0db073405194 /app/assets
parent3be32027b6c543287b94b5be34bf53039d86f88c (diff)
downloadgitlab-ce-1098355e0203dbce05384c8c88228d8175dd9bcd.tar.gz
Add missing padding to CI variables protected item
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/ci_variable_list.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/ci_variable_list.scss b/app/assets/stylesheets/framework/ci_variable_list.scss
index ccd36af071f..5fe835dd8f9 100644
--- a/app/assets/stylesheets/framework/ci_variable_list.scss
+++ b/app/assets/stylesheets/framework/ci_variable_list.scss
@@ -70,6 +70,8 @@
flex: 0 1 auto;
display: flex;
align-items: center;
+ padding-top: 5px;
+ padding-bottom: 5px;
}
.ci-variable-row-remove-button {