Skip to content

Commit c0f6132

Browse files
snitin315iamareebjamal
authored andcommitted
fix: Ticket dashboard table css overflow on small screens (#3593)
* fixed ticket dashboard table css overflow on small screens * fixed search-box overflow in events dashboard
1 parent 84c3689 commit c0f6132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui small icon input">
1+
<div class="ui small icon input search-box">
22
{{input type="text" value=searchQuery placeholder="Search ..." }}
33
<i class="search icon"></i>
44
</div>

app/templates/events/view/tickets/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
</div>
1212
<br>
13-
<div class="row">
13+
<div class="row x-scrollable">
1414
<div class="ui header">
1515
{{t 'Order Summary'}}
1616
<span class="sub header">
@@ -121,7 +121,7 @@
121121
</div>
122122
<br>
123123

124-
<div class="row">
124+
<div class="row x-scrollable">
125125
<table class="ui stackable celled unstackable table">
126126
<thead>
127127
<tr>

0 commit comments

Comments
 (0)