askbot-dragon 0.7.24 → 0.7.25

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.24",
3
+ "version": "0.7.25",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -1809,12 +1809,12 @@ export default {
1809
1809
  }
1810
1810
  }
1811
1811
  .submitClass{
1812
- width: 100px;
1812
+ min-width: 100px;
1813
1813
  background-color: #366aff;
1814
1814
  color: white!important;
1815
1815
  height: 32px;
1816
1816
  i{
1817
- margin-right: 10px;
1817
+ padding-right: 8px;
1818
1818
  font-weight: 600;
1819
1819
  }
1820
1820
  }
@@ -1873,12 +1873,12 @@ export default {
1873
1873
  width: 100%;
1874
1874
  font-size: 1em;
1875
1875
  .submitClass{
1876
- width: 100px;
1876
+ min-width: 100px;
1877
1877
  color: white!important;
1878
1878
  background-color:#366aff;
1879
1879
  border-color: #366aff;
1880
1880
  i{
1881
- margin-right: 10px;
1881
+ padding-right: 8px;
1882
1882
  font-weight: 600;
1883
1883
  }
1884
1884
  }