@xterm/xterm 5.6.0-beta.19 → 5.6.0-beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/xterm.css CHANGED
@@ -157,10 +157,16 @@
157
157
  }
158
158
 
159
159
  .xterm .xterm-accessibility-tree {
160
+ font-family: monospace;
160
161
  user-select: text;
161
162
  white-space: pre;
162
163
  }
163
164
 
165
+ .xterm .xterm-accessibility-tree > div {
166
+ transform-origin: left;
167
+ width: fit-content;
168
+ }
169
+
164
170
  .xterm .live-region {
165
171
  position: absolute;
166
172
  left: -9999px;