Enhanced MethodDecoding in Transactions list (#3454)
* Better MethodDecoding UI // No empty params #3452 * Display input if ASCII in transactions #3434 * Fixes UI for #3454 * Better MethodDecoding contract detection #3454
This commit is contained in:
committed by
Jaco Greeff
parent
a7574a1108
commit
18f570327e
@@ -20,6 +20,7 @@
|
||||
|
||||
.input input {
|
||||
padding-left: 48px !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.inputEmpty input {
|
||||
|
||||
@@ -76,6 +76,7 @@ class InputAddress extends Component {
|
||||
}
|
||||
|
||||
const classes = [disabled ? styles.iconDisabled : styles.icon];
|
||||
|
||||
if (!label) {
|
||||
classes.push(styles.noLabel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user