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 {
|
.description {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-left: 3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: 0.65rem !important;
|
font-size: 0.65rem !important;
|
||||||
|
top: -0.7em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noRequest {
|
.noRequest {
|
||||||
|
@ -105,11 +105,11 @@ class SignerPending extends Component {
|
|||||||
/>
|
/>
|
||||||
{this.store.pending.length > 0 && (
|
{this.store.pending.length > 0 && (
|
||||||
<Label
|
<Label
|
||||||
floating
|
|
||||||
color='red'
|
|
||||||
size='mini'
|
|
||||||
circular
|
circular
|
||||||
className={ styles.label }
|
className={ styles.label }
|
||||||
|
color='red'
|
||||||
|
floating
|
||||||
|
size='mini'
|
||||||
>
|
>
|
||||||
{this.store.pending.length}
|
{this.store.pending.length}
|
||||||
</Label>
|
</Label>
|
||||||
|
Loading…
Reference in New Issue
Block a user