From 76f16bbf719a52b110f7efffb3ced63ab7effa61 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Mon, 8 Jan 2018 17:37:00 +0100 Subject: Add modal for stopping jobs in admin area --- app/assets/stylesheets/framework/modal.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets') 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}; -- cgit v1.2.3