sccoreui 6.2.86 → 6.2.87

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.
Files changed (2) hide show
  1. package/dist/App.scss +2 -2
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -605,8 +605,8 @@ code {
605
605
  padding: 7px 10px 6px 10px;
606
606
  width: 100%;
607
607
  // max-height: 40px !important;
608
- border-top-left-radius: 0;
609
- border-bottom-left-radius: 0;
608
+ border-top-left-radius: 0 !important;
609
+ border-bottom-left-radius: 0 !important;
610
610
  overflow: auto;
611
611
  height: 44px;
612
612
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.2.86",
3
+ "version": "6.2.87",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",