Fix small layout issues (#7500)
* Fix layout bug * Change position of red signing label
This commit is contained in:
parent
9c88e755e2
commit
825a962323
@ -45,6 +45,8 @@
|
||||
|
||||
.description {
|
||||
flex: 1;
|
||||
margin-top: 1em;
|
||||
margin-left: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
.label {
|
||||
font-size: 0.65rem !important;
|
||||
top: -0.7em !important;
|
||||
}
|
||||
|
||||
.noRequest {
|
||||
|
@ -105,11 +105,11 @@ class SignerPending extends Component {
|
||||
/>
|
||||
{this.store.pending.length > 0 && (
|
||||
<Label
|
||||
floating
|
||||
color='red'
|
||||
size='mini'
|
||||
circular
|
||||
className={ styles.label }
|
||||
color='red'
|
||||
floating
|
||||
size='mini'
|
||||
>
|
||||
{this.store.pending.length}
|
||||
</Label>
|
||||
|
Loading…
Reference in New Issue
Block a user