mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-14 01:04:18 +08:00
Adjust the order of the reminder button to prevent icons from jumping around (#2415)
This commit is contained in:
parent
3dc02161e5
commit
e9921d8094
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ export default class SendRemindersPopoverButton extends Component<{
|
|||
title={title}
|
||||
tabIndex={-1}
|
||||
className={`send-reminders-toolbar-button ${className}`}
|
||||
style={{ order: -109 }}
|
||||
onClick={this.onClick}
|
||||
>
|
||||
<RetinaImg name="ic-toolbar-native-reminder.png" mode={RetinaImg.Mode.ContentIsMask} />
|
||||
|
|
Loading…
Reference in a new issue