Skip to content

Commit 92b0c50

Browse files
committed
Wrap long productName on login form
Backport : #39848 Signed-off-by: fenn-cs <[email protected]>
1 parent ac063c0 commit 92b0c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/login/LoginForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ export default {
238238
239239
&__headline {
240240
text-align: center;
241+
overflow-wrap: anywhere;
241242
}
242243
}
243244
</style>

0 commit comments

Comments
 (0)