fix: Adjust styling when title is truncated (#1382)

This commit is contained in:
Pooja Kulkarni
2024-11-14 17:30:19 -05:00
committed by GitHub
parent cee88885d9
commit 32e5fa68d8

View File

@@ -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;
@@ -15,6 +15,7 @@
.item-card-edit-icon {
opacity: 0;
transition: opacity .3s linear;
margin-right: .5rem;
&:focus {
opacity: 1;