Skip to content

Commit

Permalink
fix: update scss
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulkark committed Sep 9, 2024
1 parent ead98f2 commit 95cc92b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/course-outline/card-header/CardHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
.item-card-header__title-btn {
justify-content: flex-start;
padding: 0;
width: fit-content;
width: 100%;
height: 1.5rem;
margin-right: .25rem;
background: transparent;
color: var(--pgn-color-black);
white-space: nowrap;
}

.item-card-edit-icon {
Expand Down

0 comments on commit 95cc92b

Please sign in to comment.