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

Implement breakpoint truncation changes fixes #330 #338

Merged
merged 2 commits into from
Jul 30, 2019
Merged

Conversation

mejackreed
Copy link
Contributor

@mejackreed mejackreed commented Jul 30, 2019

Fixes #330
The main changes here:

  • Only do the renewable-indicator negative margin when on lg and above screens
  • Move everything from 2 -> 3 line truncation
  • Modify how checkouts stack in md and below sizes

I paired with @jvine on the final details.

Screen Shot 2019-07-30 at 10 52 01 AM
Screen Shot 2019-07-30 at 10 51 47 AM

</div>
<div class="row col-md-8">
<div class="col-md-7" data-sort="title">Title</div>
<div class="row col-md-5">
<div class="col-md-6" data-sort="author">Author</div>
Copy link
Member

Choose a reason for hiding this comment

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

Do we want to do this same collapse behavior for requests + fines?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great question. @jvine Do you want the same behavior there?

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've popped on a commit that does it in case we do.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, we do. (Royal we.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great.. I think I've made the changes needed here now

@camillevilla camillevilla merged commit ddd8205 into master Jul 30, 2019
@camillevilla camillevilla deleted the 330-trunck branch July 30, 2019 22:31
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.

Title truncation broken; related column layout change
4 participants