From 4eac69c5468867ca807fe7adfc8a3261a64f31a1 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 16 Oct 2017 12:52:34 +0100 Subject: Remove extra class breaking layout in smaller screens --- app/views/shared/_auto_devops_callout.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1