[ui] remove borders on tables

feat/vaults
Tomáš Mládek 2021-12-05 13:29:06 +01:00
parent 64cdbf08bc
commit 2561783676
1 changed files with 3 additions and 2 deletions

View File

@ -274,6 +274,9 @@
width: 100%;
table-layout: fixed;
border-spacing: 0;
border-collapse: collapse;
tr {
&.left-active {
background: linear-gradient(
@ -314,8 +317,6 @@
line-height: 1em;
line-break: anywhere;
border: transparent;
&.attr-action {
max-width: 1em;
}