Skip to content

Commit

Permalink
Merge pull request #1329 from ripcurlx/fix-broken-css-alignment
Browse files Browse the repository at this point in the history
Fix wrong css alignment.
  • Loading branch information
ManfredKarrer authored Feb 6, 2018
2 parents fb28766 + be826c8 commit 82bc3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/main/java/io/bisq/gui/bisq.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ textfield */
}

#addressColumn {
-fx-alignment: left;
-fx-alignment: center-left;
}

.table-view .column-header .label {
Expand Down

0 comments on commit 82bc3bd

Please sign in to comment.