nodebb-plugin-composer-default 10.0.10 → 10.0.12

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-plugin-composer-default",
3
- "version": "10.0.10",
3
+ "version": "10.0.12",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -217,10 +217,6 @@
217
217
  .preview {
218
218
  -webkit-touch-callout: default;
219
219
  user-select: text;
220
-
221
- p {
222
- margin: 0 0 18px;
223
- }
224
220
  }
225
221
 
226
222
  .help {
@@ -37,7 +37,7 @@
37
37
  <span class="caret"></span>
38
38
  <span class="sr-only">[[topic:composer.additional-options]]</span>
39
39
  </button>
40
- <ul class="dropdown-menu">{{{ each submitOptions }}}<li><a href="#" data-action="{./action}">{./text}</a></li>{{{ end }}}</ul>
40
+ <ul class="dropdown-menu">{{{ each submitOptions }}}<li><a class="dropdown-item" href="#" data-action="{./action}">{./text}</a></li>{{{ end }}}</ul>
41
41
  {{{ end }}}
42
42
  </div>
43
43
  </div>