Skip to content

Commit 4109657

Browse files
committed
Fix Playground Next width to match homepage.
1 parent 75d96dd commit 4109657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/next/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
2929
<code>Shift+Tab</code>) to navigate out of the editor.</p>
3030
</div>
3131

32-
<div class="ui container" v-scope v-effect="setOutputTab()">
32+
<div class="ui wide container" v-scope v-effect="setOutputTab()">
3333
<div class="ui buttons">
3434
<button class="ui large basic right pointing label">Examples</button>
3535
<button id="btn-person" class="ui button"
@@ -94,7 +94,7 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
9494
</table>
9595
</div>
9696
<!-- main editor area -->
97-
<div class="ui one column compact grid container" :class="[editorColumns]">
97+
<div class="ui one column wide compact grid container" :class="[editorColumns]">
9898
<div class="column" :class="{ 'sixteen wide': editorColumns == '' }">
9999
<div class="ui top attached tabular menu">
100100
<div :class="{ active: inputTab == 'json-ld' }" class="item" @click="inputTab = 'json-ld'"><i class="pencil alternate icon"></i> JSON-LD Input</div>

0 commit comments

Comments
 (0)