Skip to content

Commit 3308c3d

Browse files
JeanMechejkrems
authored andcommitted
refactor(@schematics/angular): fix layout of pill button
In the case of a long project name, the button would wrap. This commit prevents that.
1 parent 671e0f8 commit 3308c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/application/files/common-files/src/app/app.html.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
line-height: 1.4rem;
125125
letter-spacing: -0.00875rem;
126126
text-decoration: none;
127+
white-space: nowrap;
127128
}
128129

129130
.pill:hover {

0 commit comments

Comments
 (0)