We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c3689 commit c0f6132Copy full SHA for c0f6132
app/templates/components/tables/utilities/search-box.hbs
@@ -1,4 +1,4 @@
1
-<div class="ui small icon input">
+<div class="ui small icon input search-box">
2
{{input type="text" value=searchQuery placeholder="Search ..." }}
3
<i class="search icon"></i>
4
</div>
app/templates/events/view/tickets/index.hbs
@@ -10,7 +10,7 @@
10
11
12
<br>
13
-<div class="row">
+<div class="row x-scrollable">
14
<div class="ui header">
15
{{t 'Order Summary'}}
16
<span class="sub header">
@@ -121,7 +121,7 @@
121
122
123
124
125
<table class="ui stackable celled unstackable table">
126
<thead>
127
<tr>
0 commit comments