fix: renderFooter styling (#5962)

This commit is contained in:
Aakansha Doshi 2022-12-06 16:42:54 +05:30 committed by GitHub
parent a1dcd6d984
commit 0111ca2050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 8 deletions

View file

@ -85,6 +85,10 @@
& > * {
pointer-events: all;
}
display: flex;
width: 100%;
justify-content: flex-start;
}
.layer-ui__wrapper__footer-left,
.layer-ui__wrapper__footer-right,