improve centering & table display

feat/vaults
Tomáš Mládek 2021-12-06 15:24:00 +01:00
parent d363d1493e
commit f39a3b9af9
2 changed files with 4 additions and 5 deletions

View File

@ -46,6 +46,7 @@
.inner { .inner {
white-space: nowrap; white-space: nowrap;
display: inline-block; display: inline-block;
height: 100%;
} }
:global { :global {

View File

@ -296,10 +296,6 @@
); );
} }
} }
td {
border-radius: 4px;
}
} }
th { th {
@ -308,9 +304,11 @@
td { td {
font-family: var(--monospace-font); font-family: var(--monospace-font);
line-height: 1em;
line-break: anywhere; line-break: anywhere;
border-radius: 4px;
padding: 2px;
&.attr-action { &.attr-action {
max-width: 1em; max-width: 1em;
} }