askbot-dragon 0.7.75 → 0.7.77

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": "askbot-dragon",
3
- "version": "0.7.75",
3
+ "version": "0.7.77",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -340,7 +340,8 @@ export default {
340
340
  font-size: 1em;
341
341
  line-height: 2.2em;
342
342
  padding: 0 14px;
343
- margin-left: 8px;
343
+ margin-left: 5px;
344
+ margin-right: 5px;
344
345
  margin-top: 4px;
345
346
  background: #ffffff;
346
347
  border: 1px solid #e0e6f7;