Skip to content

Commit

Permalink
fix: Adjust styling when title is truncated (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulkark authored Nov 14, 2024
1 parent cee8888 commit 32e5fa6
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: fit-content;
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: .5rem;

&:focus {
opacity: 1;
Expand Down

0 comments on commit 32e5fa6

Please sign in to comment.