Commit 9780410
authored
fix: fixes a monaco editor display bug for lines below 14-17
There was some css added to monaco-editor that allowed cypress tests to pass without axe issues. But this caused a bug with lines below the set height to not be shown in the editor. Here, I've removed that css, and I've made a PR to monolith that skips that axe check until we are able to add it back in DISC-529. Root cause: dequelabs/axe-core#28061 parent 0f36904 commit 9780410
2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
0 commit comments