diff --git a/src/app/workspace/cmdinput/cmdinput.less b/src/app/workspace/cmdinput/cmdinput.less index fd3489c0..66785d4e 100644 --- a/src/app/workspace/cmdinput/cmdinput.less +++ b/src/app/workspace/cmdinput/cmdinput.less @@ -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);