Skip to content

Commit 41f33cd

Browse files
committed
Layout cleanup
1 parent 97114b1 commit 41f33cd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/module/vue/site-sheet.vue

+6-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@
4444
<TabPanel tab-key="features"><h2>Features</h2></TabPanel>
4545
<TabPanel tab-key="dangers"><h2>Dangers</h2></TabPanel>
4646
<TabPanel tab-key="denizens">
47-
<h2 class="flexrow nogrow" :class="$style.heading">
48-
<span></span>
49-
</h2>
50-
<table>
47+
<table :class="$style.table">
5148
<colgroup>
5249
<col span="1" style="width: 4em" />
5350
<col span="1" />
@@ -312,6 +309,11 @@ function saveDescription() {
312309
border: var(--ironsworn-border-width-md) solid var(--ironsworn-color-border);
313310
}
314311
312+
.table {
313+
margin: 0;
314+
border-width: 0 !important;
315+
}
316+
315317
.featureBtn {
316318
text-transform: uppercase;
317319
}

0 commit comments

Comments
 (0)