Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/cdk/a11y/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
position: absolute;
width: 1px;

// This works around a Chrome bug that can cause the tab to crash when large amounts of
// non-English text get wrapped: https://bugs.chromium.org/p/chromium/issues/detail?id=1201444
white-space: nowrap;

// Avoid browsers rendering the focus ring in some cases.
outline: 0;

Expand Down