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

Fixes the small screen overflow of order now button in tickets #66

Merged
merged 1 commit into from
May 21, 2017

Conversation

abhinavk96
Copy link
Contributor

@abhinavk96 abhinavk96 commented May 21, 2017

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Short description of what this resolves:

On the mobile portrait view, there is an overflow in the row containing order now button.
image

Changes proposed in this pull request:

Mobile portrait
image

Mobile landscape
image

Tablet
image

Fixes #65

@@ -61,8 +61,8 @@
</div>
<div class="ui segment">
<div class="ui grid">
<div class="ui row grid">
<div class="ui padding less fourteen wide column right aligned floated payment icons">
<div class="ui row {{if device.isMobile 'stackable'}} grid">
Copy link
Member

Choose a reason for hiding this comment

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

Stackable can always be there. it would come into effect only on smaller screens.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@niranjan94 Yes !!. Changing it.

@abhinavk96
Copy link
Contributor Author

@niranjan94 done 👍

@codecov
Copy link

codecov bot commented May 21, 2017

Codecov Report

Merging #66 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development      #66   +/-   ##
============================================
  Coverage        59.53%   59.53%           
============================================
  Files              121      121           
  Lines              944      944           
============================================
  Hits               562      562           
  Misses             382      382

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 6c4671a...8e38914. Read the comment docs.

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.

CSS: Overflow of order now button in ticket component on small screens
2 participants