Fix styling issue

This commit is contained in:
Roman Storm 2018-01-24 21:09:25 -08:00
parent 26fb2a62a5
commit 054436f4b2
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;
}