-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert glamorous to styled-components #5 #922
Convert glamorous to styled-components #5 #922
Conversation
Also update imports
Codecov Report
@@ Coverage Diff @@
## master #922 +/- ##
=========================================
- Coverage 7.39% 7.38% -0.02%
=========================================
Files 826 826
Lines 26857 26862 +5
Branches 5728 5700 -28
=========================================
- Hits 1986 1983 -3
- Misses 22434 22440 +6
- Partials 2437 2439 +2
Continue to review full report at Codecov.
|
@@ -35,6 +35,8 @@ import Layout from 'web/components/layout/layout'; | |||
const Panel = styled(Layout)` | |||
background-color: ${Theme.white}; | |||
border: 1px solid ${Theme.lightBlue}; | |||
margin-top: 5px; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove the empty line?
When using TimeZoneSelect within a Formgroup together with withLayout(), margins get crazy. For the cost of automatic width adoption (now fixed to 230px, based on the longest string of options) overlapping of TimeZoneSelect with the title of FormGroup is prevented.
Change top and bottom padding from 1px to 4px
3a66305
to
1d3f862
Compare
Contributes to #643