Skip to content

Commit

Permalink
fix: adjust margin
Browse files Browse the repository at this point in the history
Co-authored-by: Kaustav Banerjee <[email protected]>
  • Loading branch information
pkulkark and kaustavb12 committed Sep 23, 2024
1 parent b6b246c commit 02d479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-outline/card-header/CardHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.item-card-edit-icon {
opacity: 0;
transition: opacity .3s linear;
margin-right: 5px;
margin-right: 0.5rem;

&:focus {
opacity: 1;
Expand Down

0 comments on commit 02d479f

Please sign in to comment.