-
Notifications
You must be signed in to change notification settings - Fork 101
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
docs(ui-date-time-input): fix Calendar and DateTimeInput page examples clipped off in docs #1858
base: master
Are you sure you want to change the base?
Conversation
…s clipped off in docs This fix makes margins much smaller in small viewports, so pages look much better. This fixes Calendar examples being clipped off INSTUI-4256
@@ -824,6 +821,9 @@ class App extends Component<AppProps, AppState> { | |||
<div css={this.props.styles?.hamburger}> | |||
<InstUISettingsProvider> | |||
<IconButton | |||
themeOverride={{ | |||
secondaryBorderColor: '#343434' | |||
}} |
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.
Now the hamburger menu is overlapping the content, so I made its border have a bit more contrast
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.
Did the designers agree to make this change?
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.
They dont have to agree on smaller changes in our docs app :)
|
This fix makes margins much smaller in small viewports, so pages look much better. This fixes Calendar examples being clipped off.
To test check out the DateTimeInput and Calendar pages in docs with width set to 320px via devtools.
closes: INSTUI-4256