undo text cursor on prompt area (#559)

This commit is contained in:
Evan Simkowitz 2024-04-08 13:47:03 -07:00 committed by GitHub
parent af7cc866d3
commit 1f5309e097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,6 @@
.base-cmdinput {
position: relative;
cursor: text;
// Rather than apply the padding to the whole container, we will apply it to the inner contents directly.
// This is more fragile, but allows us to capture a larger target area for the individual components.
--padding-top: var(--termpad);