mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 15:19:02 +02:00
Merge pull request #10745 from overleaf/revert-10705-ii-dashboard-layout-shift
Revert "[web] Prevent layout shift" GitOrigin-RevId: d2eb1642268041d089efa212e37c0b79e29a71e2
This commit is contained in:
@@ -807,7 +807,7 @@
|
||||
}
|
||||
.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius)
|
||||
when(@is-new-css = true) {
|
||||
padding: @padding-vertical - round(@border-size) @padding-horizontal;
|
||||
padding: @padding-vertical - @border-size @padding-horizontal;
|
||||
font-size: @font-size;
|
||||
line-height: @line-height;
|
||||
border-radius: @border-radius;
|
||||
|
||||
Reference in New Issue
Block a user