Skip to content

Commit

Permalink
Merge pull request #806 from unitaryfund/646_center_form_labels
Browse files Browse the repository at this point in the history
#646: Center form labels (for tooltip styling)
  • Loading branch information
WrathfulSpatula authored Feb 23, 2023
2 parents b1f54d6 + a0e33e7 commit 3355e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ form > span > .row > label {
.form-field-label {
white-space: nowrap;
padding-top: 8px;
text-align: center;
}

.metric-chart-label {
Expand Down

0 comments on commit 3355e1d

Please sign in to comment.