fix: typing card description removes placeholder

This commit is contained in:
Henry
2024-03-18 08:21:01 +00:00
parent aa590078de
commit 7f2cd38bea
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
[contenteditable=true]:empty:before {
content: attr(placeholder);
display: block;
color: #707070;
}