Skip to content

Commit

Permalink
Merge pull request #3998 from gitcoinco/fix/grants-members
Browse files Browse the repository at this point in the history
Fix/grants members
  • Loading branch information
thelostone-mc authored Mar 19, 2019
2 parents 66f2115 + 0f0de50 commit b0c51ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/v2/css/grants/detail.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.grant-item__members {
display: flex;
text-align: center;
flex-wrap: wrap;
}

.grant__header .grant-item__member-image img {
Expand Down Expand Up @@ -116,7 +117,6 @@ textarea.editable {
#form--input__title,
#contract_owner_address {
width: 100%;
text-align: justify;
resize: none;
}

Expand All @@ -127,7 +127,7 @@ textarea.editable {
}

.grant__description span {
text-align: justify;
white-space: pre-wrap;
}

.article-description {
Expand Down

0 comments on commit b0c51ad

Please sign in to comment.