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 {
white-space: nowrap;
display: inline-block;
height: 100%;
}
:global {

View File

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