Change user size on card, save card description on click outside, prevent list deletion if any filter is active

This commit is contained in:
Maksim Eltyshev
2020-04-30 05:27:46 +05:00
parent a9f2948672
commit 712567ac57
11 changed files with 74 additions and 38 deletions

View File

@@ -73,7 +73,7 @@
.tab {
border-radius: 3px 3px 0 0;
min-width: 160px;
min-width: 100px;
position: relative;
transition: all 0.1s ease;
}