UX: Bump up notification panel width to accommodate larger text

This commit is contained in:
Kris 2019-01-24 12:47:58 -05:00
parent 337545f4f6
commit 8e795d82f9
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export default createWidget("user-menu", {
buildKey: () => "user-menu",
settings: {
maxWidth: 300,
maxWidth: 320,
showLogoutButton: true
},