Skip to content

Commit

Permalink
Fix telescope base.scss justify-content property (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
guandeng authored Mar 19, 2024
1 parent 451f9ce commit 43ddf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ svg.icon {
.icon-wrapper {
display: flex;
align-items: center;
jusify-content: center;
justify-content: center;
position: absolute;
top: 0;
left: 0.75rem;
Expand Down

0 comments on commit 43ddf74

Please sign in to comment.