[ui] inconsequential padding fix

feat/vaults
Tomáš Mládek 2022-01-23 11:31:20 +01:00
parent 7183dbb6ee
commit 1ad52da07a
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@
.content {
background: var(--background);
border-radius: 4px;
padding: 0.5em 0.25em;
padding: 0.5em;
}
</style>