Fix long titles with wbr tags in sticky header

Bug: T300134
Change-Id: Ice45acf026e4ef0deee9c6d6f905634cad59c2e3
This commit is contained in:
Clare Ming 2022-02-18 17:14:15 -07:00
parent 08d2ae3171
commit 098f65712e
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@
// T296320 closest standardized option to 22px (24px)
font-size: @font-size-heading-2;
text-overflow: ellipsis;
// T300134 Prevent text from wrapping in the sticky header.
wbr {
display: none;
}
}
.vector-search-box {