fix(UI): fix previous changes to hover effect and make title width 100%
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
This commit is contained in:
parent
bd5a71726c
commit
dfee4d73c5
1 changed files with 11 additions and 3 deletions
|
|
@ -186,7 +186,8 @@
|
|||
|
||||
.kanban-title-area {
|
||||
margin-bottom: 12px;
|
||||
max-width: 90%;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
font-size: var(--text-md);
|
||||
font-weight: 500;
|
||||
|
||||
|
|
@ -377,8 +378,15 @@
|
|||
z-index: 1001;
|
||||
}
|
||||
|
||||
.kanban-cards {
|
||||
overflow: visible !important;
|
||||
.kanban-card-wrapper:first-child {
|
||||
.hidden-tags {
|
||||
bottom: auto;
|
||||
top: 65%;
|
||||
}
|
||||
|
||||
&:hover .hidden-tags {
|
||||
transform: translateX(-50%) translateY(5px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue