Compare commits

..

1 Commits

Author SHA1 Message Date
CosmoCreeper
8df8a1e657 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>
2025-10-25 10:49:29 +02:00

View File

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