fix style of owners list column in expanded tx view

This commit is contained in:
mmv 2019-07-09 18:48:42 +04:00
parent 5312bd2adf
commit 4b1bf24911
2 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,10 @@ export const styles = () => ({
height: '192px',
overflowY: 'scroll',
},
rightCol: {
boxSizing: 'border-box',
borderLeft: 'solid 1px #c8ced4',
},
icon: {
marginRight: sm,
},

View File

@ -7,10 +7,6 @@ export const styles = () => ({
txDataContainer: {
padding: `${lg} ${md}`,
},
rightCol: {
boxSizing: 'border-box',
borderLeft: 'solid 1px #c8ced4',
},
awaiting_confirmations: {
color: '#2e73d9',
},