Skip to content

Commit

Permalink
[BB-9078] Styling fix (#68)
Browse files Browse the repository at this point in the history
* fix: Adjust styling when title is truncated

---------

Co-authored-by: Kaustav Banerjee <[email protected]>
  • Loading branch information
pkulkark and kaustavb12 authored Sep 23, 2024
1 parent a3f8dba commit ed7e3a0
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 ed7e3a0

Please sign in to comment.