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

Updated bootstrap to 4.0.0-beta #1113

Merged
merged 4 commits into from
Sep 13, 2017
Merged

Updated bootstrap to 4.0.0-beta #1113

merged 4 commits into from
Sep 13, 2017

Conversation

dominik-zeglen
Copy link
Contributor

@dominik-zeglen dominik-zeglen commented Sep 11, 2017

Fixes: #1112, #1086

svg {
max-height: 25px;
width: auto;
}
}
&__login {
width: 100%;
Copy link
Member

Choose a reason for hiding this comment

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

Why do we suddenly have to set width on so many selectors?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Beacuse bootstrap's .container class has fixed max-width and width: 100% since beta. In alpha .container had fixed width and max-width: 100%.

Copy link
Member

Choose a reason for hiding this comment

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

I'm confused. So you're saying that it already has the correct width?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm saying that we need to set width on the parent element since .container is now scaling with the parent, not the other way like it used to be before.

@codecov-io
Copy link

codecov-io commented Sep 11, 2017

Codecov Report

Merging #1113 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1113   +/-   ##
=======================================
  Coverage   63.65%   63.65%           
=======================================
  Files         106      106           
  Lines        5869     5869           
  Branches      729      729           
=======================================
  Hits         3736     3736           
  Misses       1994     1994           
  Partials      139      139

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02da74d...766aa74. Read the comment docs.

@patrys
Copy link
Member

patrys commented Sep 13, 2017

@dominik-zeglen Please link to any related issues when opening a pull request, this time I've edited the original comment for you.

@maarcingebala maarcingebala merged commit fee049d into saleor:master Sep 13, 2017
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

5 participants