mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-24 16:18:46 +00:00
monospace fix
This commit is contained in:
parent
a87ef5e518
commit
ca3ea0a65a
@ -7,6 +7,7 @@
|
||||
border-top: solid 1px #FFF;
|
||||
border-left: solid 1px #FFF;
|
||||
margin: auto;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.eth-address .blocky .identicon {
|
||||
|
@ -18,7 +18,7 @@ class EthAddress extends React.Component {
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
className: 'text-monospace eth-address',
|
||||
className: 'eth-address',
|
||||
defaultValue: "0x0000000000000000000000000000000000000000",
|
||||
colors: true,
|
||||
control: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user