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.
- package/dist/App.scss +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
|
|