fix style of owners list column in expanded tx view
This commit is contained in:
parent
5312bd2adf
commit
4b1bf24911
|
@ -8,6 +8,10 @@ export const styles = () => ({
|
||||||
height: '192px',
|
height: '192px',
|
||||||
overflowY: 'scroll',
|
overflowY: 'scroll',
|
||||||
},
|
},
|
||||||
|
rightCol: {
|
||||||
|
boxSizing: 'border-box',
|
||||||
|
borderLeft: 'solid 1px #c8ced4',
|
||||||
|
},
|
||||||
icon: {
|
icon: {
|
||||||
marginRight: sm,
|
marginRight: sm,
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,10 +7,6 @@ export const styles = () => ({
|
||||||
txDataContainer: {
|
txDataContainer: {
|
||||||
padding: `${lg} ${md}`,
|
padding: `${lg} ${md}`,
|
||||||
},
|
},
|
||||||
rightCol: {
|
|
||||||
boxSizing: 'border-box',
|
|
||||||
borderLeft: 'solid 1px #c8ced4',
|
|
||||||
},
|
|
||||||
awaiting_confirmations: {
|
awaiting_confirmations: {
|
||||||
color: '#2e73d9',
|
color: '#2e73d9',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue