mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Fix old-ui active notices width.
This commit is contained in:
parent
66f55f954e
commit
b1b9772731
@ -456,7 +456,9 @@ App.prototype.renderPrimary = function () {
|
||||
// notices
|
||||
if (!props.noActiveNotices) {
|
||||
log.debug('rendering notice screen for unread notices.')
|
||||
return h('div', [
|
||||
return h('div', {
|
||||
style: { width: '100%' },
|
||||
}, [
|
||||
|
||||
h(NoticeScreen, {
|
||||
notice: props.lastUnreadNotice,
|
||||
|
Loading…
Reference in New Issue
Block a user