Skip to content

Commit 85206f0

Browse files
authored
Update app.tsx poprawa layoutu na telefon
1 parent 46e8204 commit 85206f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app/app.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export function App() {
132132
aria-label="Wartość końcowa przedziału"
133133
/>
134134
</fieldset>
135+
</div>
135136
<InputChipsList
136137
availableValues={new Map<string, number>([
137138
["h", 1],
@@ -191,7 +192,7 @@ export function App() {
191192
console.log(plotSet.value);
192193
}}
193194
/>
194-
</div>
195+
195196
<div>
196197
<input
197198
type="checkbox"

0 commit comments

Comments
 (0)