We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee8888 commit 32e5fa6Copy full SHA for 32e5fa6
1 file changed
src/course-outline/card-header/CardHeader.scss
@@ -5,7 +5,7 @@
5
.item-card-header__title-btn {
6
justify-content: flex-start;
7
padding: 0;
8
- width: fit-content;
+ flex: 1 1 0%;
9
height: 1.5rem;
10
margin-right: .25rem;
11
background: transparent;
@@ -15,6 +15,7 @@
15
.item-card-edit-icon {
16
opacity: 0;
17
transition: opacity .3s linear;
18
+ margin-right: .5rem;
19
20
&:focus {
21
opacity: 1;
0 commit comments