fix: Align card details better to take less space

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-11-10 09:06:40 +01:00
parent 41d17494d4
commit a52de61b57
11 changed files with 216 additions and 179 deletions

View File

@@ -346,7 +346,7 @@ export default {
content: ' ';
display: block;
position: absolute;
width: 100%;
width: calc(100% - 16px);
height: 20px;
top: 30px;
left: 0px;