Skip to content

Commit 5f1b565

Browse files
committed
Disable text-overflow for switching brand title
1 parent e62e961 commit 5f1b565

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/apk-webui/src/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,11 @@ svg {
522522
white-space: nowrap;
523523
}
524524

525+
.brand-title.is-switching-title .brand-title__layer,
526+
.brand-title.is-switching-title .brand-title__text {
527+
text-overflow: clip;
528+
}
529+
525530
.brand-title__blur-word {
526531
display: inline-block;
527532
white-space: pre;

0 commit comments

Comments
 (0)