Skip to content

Commit 5874dcd

Browse files
committed
Bottom code area will now grow with content.
...for better or worse.
1 parent 04d7635 commit 5874dcd

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
@@ -296,7 +296,7 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
296296
<div class="ui top attached tabular menu">
297297
<div v-for="(tab, key) in tabs" :class="{ active: outputTab == key }" class="item" @click="setOutputTab(key)"><i class="icon" :class="tab.icon"></i> <span v-text="tab.label"></span></div>
298298
</div>
299-
<div class="ui fitted resizable scrolling active bottom attached tab segment">
299+
<div class="ui fitted resizable active bottom attached tab segment">
300300
<div class="ui very compact divided grid">
301301
<div class="column" :class="{'eight wide': outputTab == 'cborld'}">
302302
<div v-show="outputTab != 'table'" id="read-only-editor"><!-- replaced by CodeMirror --></div>

0 commit comments

Comments
 (0)