diff options
author | jhampton <jhampton@gitlab.com> | 2018-12-05 19:04:08 -0500 |
---|---|---|
committer | jhampton <jhampton@gitlab.com> | 2018-12-05 19:04:08 -0500 |
commit | 73b6aff7813139c0b4d716a473288d5d664ea731 (patch) | |
tree | 7c8abc31f405892884df447d471a521d8e167a8c /app | |
parent | 8f3b56ca8b452d9c33e5c1aa8aefe43dcc698983 (diff) | |
download | gitlab-ce-73b6aff7813139c0b4d716a473288d5d664ea731.tar.gz |
Horizontally aligns text
- Horizontall aligns span and button text
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index 72857f786f0..a4ad5c886f6 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -231,6 +231,7 @@ .trigger-variables-btn-container { @extend .d-flex; justify-content: space-between; + align-items: center; } .trigger-build-variables { |