Skip to content

Commit

Permalink
[TE-7348] Adjust logout icon top position
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-luong-goldenowl committed Sep 24, 2024
1 parent 6d15f72 commit 79aaf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rails_admin/styles/base/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body.rails_admin {

img {
position: absolute;
top: calc((40px - $avatar-size) / 2);
top: 12px;

& + span {
margin-left: ($avatar-size + 5px);
Expand Down

0 comments on commit 79aaf20

Please sign in to comment.