fix spacing on reverse tables

feat/vaults
Tomáš Mládek 2021-07-03 21:22:28 +02:00
parent 6a1483ca27
commit ed8a97adad
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="table">
<table>
<table :class="{ reverse }">
<colgroup>
<col v-if="editable" class="attr-action-col" />
<col class="attr-col" />
@ -218,6 +218,10 @@ table {
width: 25%;
}
&.reverse .attr-col {
width: 70%;
}
sl-icon-button {
&::part(base) {
padding: 2px;