Skip to content

Commit 69e9e6c

Browse files
committed
Use compact style for table.
1 parent cd4bd7b commit 69e9e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/next/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
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>
303-
<table class="ui very padded table" v-show="outputTab == 'table'">
303+
<table class="ui compact table" style="margin-top: 0"
304+
v-show="outputTab == 'table'">
304305
<thead>
305306
<tr>
306307
<th>Subject</th>

0 commit comments

Comments
 (0)