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 { .description {
flex: 1; flex: 1;
margin-top: 1em;
margin-left: 3em;
} }
} }

View File

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

View File

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