Merge pull request #14914 from overleaf/msm-fix-ce-footer

Update footer.less

GitOrigin-RevId: f595925f936e0a3d8dd12a58347f7eb6035cf7cf
This commit is contained in:
Miguel Serrano 2023-10-17 16:11:28 +02:00 committed by Copybot
parent 82513340c1
commit 929afa9cc2

View file

@ -44,7 +44,9 @@ body {
} }
.thin-footer { .thin-footer {
padding-bottom: @footer-height; .container {
padding-bottom: @footer-height;
}
} }
} }