Skip to content

Commit 70b5ce1

Browse files
committed
adjust padding
1 parent b529dbd commit 70b5ce1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/templates/portal-summary.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,10 @@ <h1>Portal Summary</h1>
492492
v-text="showDetails? 'Close' : 'Details' "
493493
@click="showDetails = !showDetails; makeTable(tableData);filter='All'; bgColor='grey' "></button>
494494
</div>
495-
<h6 class="white-text p-1" :style="{backgroundColor: bgColor}" v-show="filter && showDetails" v-text="filter"></h6>
496-
<div v-show="showDetails" :id="summary_type+'table'"></div>
495+
<div class="p-1">
496+
<h6 class="white-text p-1" :style="{backgroundColor: bgColor}" v-show="filter && showDetails" v-text="filter"></h6>
497+
<div v-show="showDetails" :id="summary_type+'table'"></div>
498+
</div>
497499
</div>`
498500
});
499501

0 commit comments

Comments
 (0)