Merge pull request #47648 from nextcloud/fix/line-height-calc

refactor(style): Remove repeated semicolon
This commit is contained in:
John Molakvoæ 2025-04-02 19:31:12 +02:00 committed by GitHub
commit 09e200dde4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@
/* public footer */
footer {
position: fixed;
bottom: var(--body-container-margin);;
bottom: var(--body-container-margin);
background-color: var(--color-main-background);
border-radius: var(--body-container-radius);
box-sizing: border-box;