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 b8ff238 commit 1f35f61Copy full SHA for 1f35f61
app/styles/pages/events.scss
@@ -256,3 +256,11 @@
256
min-width: 7rem;
257
}
258
259
+
260
+.table-event-live {
261
+ table {
262
+ td {
263
+ vertical-align: top !important;
264
+ }
265
266
+}
app/templates/components/tables/default.hbs
@@ -14,7 +14,7 @@
14
</div>
15
{{/unless}}
16
17
- <div class="ui no bottom padding row z-index-0">
+ <div class="ui no bottom padding row z-index-0 {{this.classEvent}}">
18
<EmberTable @tableColor={{@color}} as |t|>
19
<t.head
20
@sortFunction={{null}}
app/templates/events/list.hbs
@@ -10,4 +10,5 @@
10
@filterOptions={{this.filterOptions}}
11
@widthConstraint="eq-container"
12
@resizeMode="fluid"
13
- @fillMode="equal-column" />
+ @fillMode="equal-column"
+ @classEvent="table-event-live"/>
0 commit comments