We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d861a commit 7230764Copy full SHA for 7230764
src/cdk/a11y/_index.scss
@@ -9,6 +9,10 @@
9
position: absolute;
10
width: 1px;
11
12
+ // This works around a Chrome bug that can cause the tab to crash when large amounts of
13
+ // non-English text get wrapped: https://bugs.chromium.org/p/chromium/issues/detail?id=1201444
14
+ white-space: nowrap;
15
+
16
// Avoid browsers rendering the focus ring in some cases.
17
outline: 0;
18
0 commit comments