Skip to content

Commit

Permalink
fix: use flex instead
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulkark committed Sep 20, 2024
1 parent 643acbc commit b6b246c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/course-outline/card-header/CardHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.item-card-header__title-btn {
justify-content: flex-start;
padding: 0;
width: 100%;
flex: 1 1 0%;
height: 1.5rem;
margin-right: .25rem;
background: transparent;
Expand All @@ -15,6 +15,7 @@
.item-card-edit-icon {
opacity: 0;
transition: opacity .3s linear;
margin-right: 5px;

&:focus {
opacity: 1;
Expand Down

0 comments on commit b6b246c

Please sign in to comment.