From 3d6ad81f01d8d9aa2bd3a26b007c6b5e7741612a Mon Sep 17 00:00:00 2001 From: Omar Hasan Date: Mon, 15 Mar 2021 12:45:11 +0200 Subject: [PATCH] fix(@schematics/angular): fix youtube icon margin (cherry picked from commit 9ea34ba202b2cccfdda820b4975de54cd56acf43) --- .../application/other-files/app.component.html.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/angular/application/other-files/app.component.html.template b/packages/schematics/angular/application/other-files/app.component.html.template index c7b93a56aebf..cfeb2ae354a3 100644 --- a/packages/schematics/angular/application/other-files/app.component.html.template +++ b/packages/schematics/angular/application/other-files/app.component.html.template @@ -58,7 +58,7 @@ .toolbar #youtube-logo { height: 40px; - margin-left: 16px; + margin: 0 16px; } .toolbar #twitter-logo:hover, @@ -512,4 +512,4 @@ <% if (routing) { %> -<% } %> \ No newline at end of file +<% } %>