Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-18 13:53:18 +0300
committerPhil Hughes <me@iamphill.com>2018-01-18 13:53:18 +0300
commit2af0b083c6791f50681a1afdae3d59e703c693b5 (patch)
tree5ece4073f7ffb8d6b39cda47293a236da81e3918 /app/assets/stylesheets
parent646ec660e66fede6970a3d8d8c3f614ac9aef58f (diff)
parent76f16bbf719a52b110f7efffb3ced63ab7effa61 (diff)
Merge branch 'winh-stop-jobs-modal' into 'master'
Add modal for stopping jobs in admin area Closes #41305 See merge request gitlab-org/gitlab-ce!16283
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/modal.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index 924472f2d7e..51ae09777fd 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -12,6 +12,7 @@
min-height: $modal-body-height;
position: relative;
padding: #{3 * $grid-size} #{2 * $grid-size};
+ text-align: left;
.form-actions {
margin: #{2 * $grid-size} #{-2 * $grid-size} #{-2 * $grid-size};