Merge pull request #5443 from Hekatomb/bugfix/CardOverflow

Update cardDetails.css
This commit is contained in:
Lauri Ojansivu 2024-06-13 16:52:22 +03:00 committed by GitHub
commit c344474d9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,7 +272,7 @@
box-sizing: border-box; box-sizing: border-box;
top: 97px; top: 97px;
left: 0px; left: 0px;
height: calc(100% - 20px); height: calc(100% - 100px);
width: calc(100% - 20px); width: calc(100% - 20px);
float: left; float: left;
} }