codemirror: Fix multiline placeholder appearance in Chrome
Created by: fkling
Fixes #33209 (closed)
It looks like the "large" cursor issue only appears in Chrome (tested Firefox and Chrome). By making these CSS changes, Chrome also renders a "normal" sized cursor.
Test plan
- Start local dev server with code insights enabled
- Go to https://sourcegraph.test:3443/insights/create/search?dashboardId=all, in Firefox and Chrome
- Focus query input and inspect cursor
App preview:
Check out the client app preview documentation to learn more.