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
* Add gap property to Flex (#981)
* Add gap property to Flex
This will help us stop adding margins on individual items.
styled-system doesn't seem to support gap yet [1] but we can just add it
ourselves.
This code works for styled-system v3.1.11 [2]. In the future we'll need
to simply replace `style` with `system` [3].
[1] styled-system/styled-system#1159
[2] https://github.com/styled-system/styled-system/blob/v3.1.11/docs/custom-props.md
[3] https://styled-system.com/custom-props/
* Remove unnecessary tranformValue for gap (#984)
It makes it impossible to specify gap as a specific value, for example "8px"
as it'll get transformed to "8pxpx".
Co-authored-by: Jeff Pihach <jeff.pihach@goteleport.com>
Issue
If you log into a node, connect to a socket, then Ctrl-C no longer works.
Steps to Reproduce
nc -l localhost 1234
^C^C^C^C^C^C^C^C^C^C
.Can be reproduced with
ssh (Client) -> Teleport (Server)
ortsh (Client) -> Teleport (Server)
.The text was updated successfully, but these errors were encountered: