You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The spacing around the text content is due to border. To remove it, set `border: none;` in your CSS.
But the default CSS also has a height and a padding, so I think perhaps this is misleading. It also doesn't mention the :focus state which is likely to catch some people out.
The
Input
docs includes a Additional Notes section about removing the spacing:textual/docs/widgets/input.md
Lines 156 to 158 in b28ad50
But the default CSS also has a height and a padding, so I think perhaps this is misleading. It also doesn't mention the
:focus
state which is likely to catch some people out.textual/src/textual/widgets/_input.py
Lines 141 to 149 in b28ad50
The text was updated successfully, but these errors were encountered: