Fix small layout issues (#7500)

* Fix layout bug

* Change position of red signing label
This commit is contained in:
Amaury Martiny 2018-01-08 17:43:55 +01:00 committed by Jaco Greeff
parent 9c88e755e2
commit 825a962323
3 changed files with 6 additions and 3 deletions

View File

@ -45,6 +45,8 @@
.description {
flex: 1;
margin-top: 1em;
margin-left: 3em;
}
}

View File

@ -22,6 +22,7 @@
.label {
font-size: 0.65rem !important;
top: -0.7em !important;
}
.noRequest {

View File

@ -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>