mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #25666 from overleaf/ae-reviewing-button
Prevent gap between button and menu GitOrigin-RevId: 42f6a80ea2cda55c3b321a8d9ca9710ecf06c8a3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user