summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-16 12:52:34 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-10-16 12:52:34 +0100
commit4eac69c5468867ca807fe7adfc8a3261a64f31a1 (patch)
tree66444fd1c75bd40bf30f0aecca99327f5e75dcc7
parentea85232436240c8a6085cc3e8303015cf295e9b0 (diff)
downloadgitlab-ce-fl-autodevops-fix.tar.gz
Remove extra class breaking layout in smaller screensfl-autodevops-fix
-rw-r--r--app/views/shared/_auto_devops_callout.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_auto_devops_callout.html.haml b/app/views/shared/_auto_devops_callout.html.haml
index 9bca15581db..934d65e8b42 100644
--- a/app/views/shared/_auto_devops_callout.html.haml
+++ b/app/views/shared/_auto_devops_callout.html.haml
@@ -2,7 +2,7 @@
.banner-graphic
= custom_icon('icon_autodevops')
- .media-body.prepend-top-10.prepend-left-10.append-bottom-10
+ .prepend-top-10.prepend-left-10.append-bottom-10
%h5= s_('AutoDevOps|Auto DevOps (Beta)')
%p= s_('AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.')
%p