askbot-dragon 1.5.18-beta → 1.5.19-beta

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": "1.5.18-beta",
3
+ "version": "1.5.19-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -174,7 +174,7 @@
174
174
  justify-content: space-between;
175
175
  .doubleItem{
176
176
  width: 50%;
177
- padding: 0 4px;
177
+ padding: 0;
178
178
  white-space: normal;
179
179
  word-wrap: break-word;
180
180
  }
@@ -196,7 +196,7 @@
196
196
  display: flex;
197
197
  justify-content: space-between;
198
198
  .doubleItem{
199
- padding: 0 4px;
199
+ padding: 0;
200
200
  white-space: normal;
201
201
  word-wrap: break-word;
202
202
  }