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
-1
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);