Skip to content
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

Fix css bug to account for 4.5.1 bootstrap update #693

Merged
merged 1 commit into from Sep 18, 2020
Merged

Conversation

michhyun1
Copy link
Contributor

@michhyun1 michhyun1 commented Sep 17, 2020

Issue #:

Description of changes:
Bootstrap introduced a code change in 4.5.1. (twbs/bootstrap#30940) that breaks the css format in our demo app. We just need to override the flex property to make sure the flex-basis property isnt 100%.

Also, bump bootstrap to 4.5.1.

Testing
Visual testing in the demo app.

  1. Have you successfully run npm run build:release locally? yes
  2. How did you test these changes? visually verified on the demo app
  3. Do you add, modify, or delete public API definitions? If yes, has that been reviewed and approved? n/a
  4. Do you change the wire protocol, e.g. the request method? If yes, has that been reviewed and approved? n/a

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@simmkyu simmkyu left a comment

Choose a reason for hiding this comment

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

Please test your change in Safari too.

demos/browser/package.json Outdated Show resolved Hide resolved
simmkyu
simmkyu previously approved these changes Sep 17, 2020
Copy link
Contributor

@simmkyu simmkyu left a comment

Choose a reason for hiding this comment

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

LGTM! I have a minor comment on using ^ in `package.json

@michhyun1 michhyun1 merged commit 8c92a11 into master Sep 18, 2020
@michhyun1 michhyun1 deleted the bootstrap-bug branch September 18, 2020 16:25
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.

None yet

2 participants