fix: Fix cursor height in input field, p=#11006

Fix cursor height on first character in the name input field of creating a space.

Signed-off-by: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com>
This commit is contained in:
CosmoCreeper
2025-10-25 04:49:29 -04:00
committed by GitHub
parent 83cda121c3
commit 8df8a1e657

View File

@@ -109,6 +109,7 @@ zen-workspace-creation {
padding: 0 !important;
width: 100%;
outline: none;
border-radius: 0;
}
}