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 88d0912 commit 59c3c86Copy full SHA for 59c3c86
app/styles/partials/event-card.scss
@@ -1,5 +1,5 @@
1
.event.card {
2
- height: 355px;
+ height: auto;
3
4
.header {
5
height: 50px;
@@ -17,6 +17,17 @@
17
}
18
19
20
+.extra.content {
21
+
22
+ .hashtags {
23
+ display: block;
24
+ overflow: hidden;
25
+ text-overflow: ellipsis;
26
+ white-space: nowrap;
27
+ width: 90%;
28
+ }
29
+}
30
31
.event.wide {
32
border-radius: 0 !important;
33
margin: 0 !important;
app/templates/components/event-card.hbs
@@ -34,7 +34,7 @@
34
<span class="right floated">
35
<i role="button" class="share alternate link icon" {{action this.shareEvent this.event}}></i>
36
</span>
37
- <span>
+ <span class="hashtags">
38
{{#if hasBlock}}
39
{{yield}}
40
{{else}}
0 commit comments