Skip to content

Commit

Permalink
Fixes text alignment following FontAwesome changes (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios authored Jan 11, 2024
1 parent 02f3f85 commit 13a83cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/static/seed/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,7 @@ $pairedCellWidth: 60px;
div {
position: relative;
text-align: right;
top: -2px;
top: -6px;
width: 20px;
}
}
Expand Down

0 comments on commit 13a83cc

Please sign in to comment.