You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
Of course, when there's only one button or when the buttons all fit on one line it still render as expected:
Sample code used in the test:
atom.notifications.addInfo('This is an info notification',{description: 'With some description',dismissable: true,buttons: [{text: 'Button with very long text'},{text: 'Another button with very long text'},{text: 'Button'}]})```
The text was updated successfully, but these errors were encountered:
Currently, when creating a notification with many buttons that force them to be wrapped at the end of the line, it looks like this:
Playing around with the CSS the rules below would enable to get the following render:
Of course, when there's only one button or when the buttons all fit on one line it still render as expected:
Sample code used in the test:
The text was updated successfully, but these errors were encountered: