askbot-dragon 1.5.87-beta → 1.5.88-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.87-beta",
3
+ "version": "1.5.88-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -99,7 +99,7 @@ export default {
99
99
 
100
100
  .iframe-full-screen{
101
101
  text-align: right;
102
- padding-right: 6px;
102
+ padding-right: 12px;
103
103
  .el-icon-full-screen{
104
104
  cursor: pointer;
105
105
  }