We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97114b1 commit 41f33cdCopy full SHA for 41f33cd
src/module/vue/site-sheet.vue
@@ -44,10 +44,7 @@
44
<TabPanel tab-key="features"><h2>Features</h2></TabPanel>
45
<TabPanel tab-key="dangers"><h2>Dangers</h2></TabPanel>
46
<TabPanel tab-key="denizens">
47
- <h2 class="flexrow nogrow" :class="$style.heading">
48
- <span></span>
49
- </h2>
50
- <table>
+ <table :class="$style.table">
51
<colgroup>
52
<col span="1" style="width: 4em" />
53
<col span="1" />
@@ -312,6 +309,11 @@ function saveDescription() {
312
309
border: var(--ironsworn-border-width-md) solid var(--ironsworn-color-border);
313
310
}
314
311
+.table {
+ margin: 0;
+ border-width: 0 !important;
315
+}
316
+
317
.featureBtn {
318
text-transform: uppercase;
319
0 commit comments