Skip to content

Commit a59a3e1

Browse files
committed
Wrap long productName on login form
Backport : #39848 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 parent 705a4d9 commit a59a3e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)