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',
|
||||
overflowY: 'scroll',
|
||||
},
|
||||
rightCol: {
|
||||
boxSizing: 'border-box',
|
||||
borderLeft: 'solid 1px #c8ced4',
|
||||
},
|
||||
icon: {
|
||||
marginRight: sm,
|
||||
},
|
||||
|
|
|
@ -7,10 +7,6 @@ export const styles = () => ({
|
|||
txDataContainer: {
|
||||
padding: `${lg} ${md}`,
|
||||
},
|
||||
rightCol: {
|
||||
boxSizing: 'border-box',
|
||||
borderLeft: 'solid 1px #c8ced4',
|
||||
},
|
||||
awaiting_confirmations: {
|
||||
color: '#2e73d9',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue