askbot-dragon 0.7.38 → 0.7.39

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.38",
3
+ "version": "0.7.39",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -217,7 +217,7 @@ export default {
217
217
  }
218
218
  .details-content {
219
219
  width: 100%;
220
- height: 85px;
220
+ min-height: 85px;
221
221
  box-sizing: border-box;
222
222
  padding: 15px 15px;
223
223
  display: flex;
@@ -229,7 +229,7 @@ export default {
229
229
  }
230
230
  .background-null {
231
231
  width: 51px;
232
- height: 51px;
232
+ min-height: 51px;
233
233
  background: #366aff;
234
234
  border-radius: 51px;
235
235
  line-height: 51px;