Skip to content

Commit 0afbfef

Browse files
committed
Add tweak to reduce jank.
Sadly, there is still a bit remaining, but this is a bit less jarring above the fold.
1 parent 42e64f5 commit 0afbfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/next/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 compact grid container" :class="[editorColumns]">
97+
<div class="ui one column 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)