Skip to content

Commit 074a70b

Browse files
author
Alexander Kozlovskiy
committed
add demo-container to jq demo to support accessibility tests
1 parent 69a6d00 commit 074a70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/demos/Demos/SpeechToText/Overview/jQuery/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515

1616
<body class="dx-viewport">
17-
<div class="speech-to-text-demo">
17+
<div class="demo-container">
1818
<div class="speech-to-text-container">
1919
<span>Use voice recognition (speech to text)</span>
2020
<div id="speech-to-text"></div>

apps/demos/Demos/SpeechToText/Overview/jQuery/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.speech-to-text-demo {
1+
.demo-container {
22
display: flex;
33
gap: 20px;
44
height: 640px;

0 commit comments

Comments
 (0)