Skip to content

Improve examples #339

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

IgnacioFDM
Copy link

Switch to HTML5 instead of quirks mode
Change CSS to flex to properly fill entire viewport
Remove unneeded and outdated .js and .css links

Switch to HTML5 instead of quirks mode
Change CSS to flex to properly fill entire viewport
Remove unneeded and outdated .js and .css links
@CLAassistant
Copy link

CLAassistant commented Jul 29, 2022

CLA assistant check
All committers have signed the CLA.

@@ -35,7 +35,9 @@ class App extends React.Component {
render() {
return (
<Router>
<div style={{ height: '100%' }}>
<div
style={{ height: '100%', display: 'flex', flexDirection: 'column' }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of inline-style, we need to use dedicated fils of.scss to reduce conflict later, what's your opinion on this @IgnacioFDM

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants