Skip to content

Conversation

@AfzalH
Copy link
Contributor

@AfzalH AfzalH commented Jul 17, 2019

Motivation: If we want to toggle 2 columns depending on a breakpoint we write

<Col hiddenMdUp>Should Hide on larger than MD</Col>
<Col hiddenMdDown>Should Hide on smaller than MD</Col>

It usually works but if the screen width is exactly = MD then both hides. Changing one of them by 1 pixel should solve this problem.

Motivation: If we want to toggle 2 columns depending on a breakpoint we write
```
<Col hiddenMdUp>Should Hide on larger than MD</Col>
<Col hiddenMdDown>Should Hide on smaller than MD</Col>
```
It usually works but if the screen width is exactly = MD then both hides. Changing one of them by 1 pixel should solve this problem.
@dragma
Copy link
Owner

dragma commented May 14, 2020

#70

@dragma dragma merged commit ec384fd into dragma:master May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants