Merge pull request #25666 from overleaf/ae-reviewing-button

Prevent gap between button and menu

GitOrigin-RevId: 42f6a80ea2cda55c3b321a8d9ca9710ecf06c8a3
This commit is contained in:
Alf Eaton
2025-05-19 12:41:17 +01:00
committed by Copybot
parent d280d4ecad
commit bb3f1aa998

View File

@@ -721,6 +721,11 @@ del.review-panel-content-highlight {
display: block;
}
}
// prevent gap between button and menu
> .dropdown-menu {
margin-top: -2px;
}
}
.review-mode-switcher-toggle-button {