mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(svg): fix footer height [EE-4547] (#8071)
This commit is contained in:
parent
583346321e
commit
61e8e68c31
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function CEFooter() {
|
|||
<UpdateNotification />
|
||||
|
||||
<FooterContent>
|
||||
<Logo width="90px" height="" />
|
||||
<Logo width="90px" height="100%" />
|
||||
<span>Community Edition</span>
|
||||
|
||||
<BuildInfoModalButton />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue