From 9ec08b15001187956c517c18ac5b41338f176967 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Wed, 16 Jul 2025 02:28:21 +0200 Subject: [PATCH] refactor(@schematics/angular): fix layout of pill button In the case of a long project name, the button would wrap. This commit prevents that. --- .../application/files/common-files/src/app/app.html.template | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/schematics/angular/application/files/common-files/src/app/app.html.template b/packages/schematics/angular/application/files/common-files/src/app/app.html.template index 648d1b97051e..d28a0d7cf4c8 100644 --- a/packages/schematics/angular/application/files/common-files/src/app/app.html.template +++ b/packages/schematics/angular/application/files/common-files/src/app/app.html.template @@ -124,6 +124,7 @@ line-height: 1.4rem; letter-spacing: -0.00875rem; text-decoration: none; + white-space: nowrap; } .pill:hover {