-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: making table with ticket details compatible with phone #3583
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
Changes from 3 commits
793865f
4975b46
5b537d1
6e7543b
fa31baf
8f87ef2
c714902
e4171e2
805bf74
7110afa
a0ac3c2
3bda14d
c6c59dc
85f6b6b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| {{!-- Removed `Currency Symbol` helper from the `paymentCurrency` since some currency are not getting rendered. Hotfix until a permanent solution found --}} | ||
| <form class="ui form" {{action on='submit' preventDefault=true}}> | ||
| <table class="ui unstackable very basic compact table" style="margin-bottom: 0"> | ||
| <table class="ui unstackable {{if device.isMobile 'small'}} very basic compact table" style="margin-bottom: 0"> | ||
| <thead class="full-width"> | ||
| <tr> | ||
| <th>{{t 'Type'}}</th> | ||
| <th class="four wide">{{t 'Sales Ends'}}</th> | ||
| <th class="ui three wide">{{t 'Price'}}</th> | ||
| <th class="ui three wide single line">{{#if device.isMobile}}<i class="money bill alternate outline icon"></i>{{/if}}{{t 'Price'}}</th> | ||
|
||
| <th class="one wide">{{t 'Quantity'}}</th> | ||
| <th class="ui right aligned two wide">{{t 'Subtotal'}}</th> | ||
| </tr> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solve CSS Overflow
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sir it due to "ui segment" class and it is also exist before my implementation, in actual website.

It is visible fine in galaxy5, and pixel2 devices, but showing this overflow in very small devices .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please help me with this issue if there is any thing else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will pull and check on local tonight.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok