1
0
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:
Dan 2018-02-20 21:34:55 -03:30
parent 66f55f954e
commit b1b9772731

View File

@ -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,