Skip to content

Commit 8df8a1e

Browse files
authored
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 <[email protected]>
1 parent 83cda12 commit 8df8a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zen/workspaces/create-workspace-form.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ zen-workspace-creation {
109109
padding: 0 !important;
110110
width: 100%;
111111
outline: none;
112+
border-radius: 0;
112113
}
113114
}
114115

0 commit comments

Comments
 (0)