nodebb-theme-harmony 1.0.0-beta.12 → 1.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.0.0-beta.12",
3
+ "version": "1.0.0-beta.14",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -6,10 +6,6 @@ $composer-bg: $body-bg !default;
6
6
  background-color: $bg !important;
7
7
  }
8
8
 
9
- .composer {
10
- z-index: 3 !important;
11
- }
12
-
13
9
  .skin-noskin {
14
10
  // only using colors when there is no bootswatch skin applied
15
11
  $composer-color: $secondary;
@@ -35,7 +35,7 @@
35
35
  {{{ end }}}
36
36
 
37
37
  {{{ if ./text }}}
38
- <div class="text text-sm line-clamp-3">{./text}</div>
38
+ <div class="text text-sm line-clamp-3 text-break">{./text}</div>
39
39
  {{{ end }}}
40
40
  <div class="timeago text-xs text-muted" title="{./timestampISO}"></div>
41
41
  </div>