Merge pull request #93 from rstormsf/validator-key

Fix styling issue
This commit is contained in:
Victor Baranov 2018-01-25 14:40:00 +03:00 committed by GitHub
commit 06f3eb7c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -735,10 +735,10 @@ textarea {
width: 25%;
word-break: break-all; }
.ballots-about-i_proposed-min-threshold {
width: 60%;
width: 70%;
word-break: break-all; }
.ballots-about-i_contract-type {
width: 30%;
width: 40%;
word-break: break-all; }
.ballots-about-i_proposed-address {
width: 30%;

View File

@ -53,12 +53,12 @@
}
&_proposed-min-threshold {
width: 60%;
width: 70%;
word-break: break-all;
}
&_contract-type {
width: 30%;
width: 40%;
word-break: break-all;
}