diff --git a/module/index/js/index.ui.js b/module/index/js/index.ui.js index 4a59b2c2cb..cb0a7490f3 100644 --- a/module/index/js/index.ui.js +++ b/module/index/js/index.ui.js @@ -1342,7 +1342,7 @@ window.browserNotify = function() placement: 'bottom-right', time: 0, icon: 'envelope-o', - className: 'bg-secondary-50 text-secondary-600 messager-notice' + className: 'bg-secondary-50 text-secondary-600 messager-notice w-96' }); } } @@ -1508,4 +1508,4 @@ function canAddDivider($item) if($item.next().is('.divider')) return false; if($item.is(':last-child')) return false; return true; -} +} \ No newline at end of file