mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #47648 from nextcloud/fix/line-height-calc
refactor(style): Remove repeated semicolon
This commit is contained in:
commit
09e200dde4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue