coer-elements 1.1.26 → 1.1.27
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/components/lib/coer-button/coer-button.component.d.ts +2 -2
- package/components/lib/coer-datebox/coer-datebox.component.d.ts +1 -1
- package/components/lib/coer-dropdown/coer-dropdown.component.d.ts +2 -1
- package/components/lib/coer-modal/coer-modal.component.d.ts +1 -1
- package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +1 -1
- package/components/lib/coer-secretbox/coer-secretbox.component.d.ts +1 -1
- package/components/lib/coer-selectbox/coer-selectbox.component.d.ts +1 -1
- package/components/lib/coer-switch/coer-switch.component.d.ts +1 -1
- package/components/lib/coer-textarea/coer-textarea.component.d.ts +1 -1
- package/components/lib/coer-textbox/coer-textbox.component.d.ts +1 -1
- package/fesm2022/coer-elements-components.mjs +17 -6
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/interfaces/lib/coer-grid/grid-header-export-button.interface.d.ts +1 -0
- package/package.json +1 -1
- package/styles/coer-elements.css +2 -1
package/package.json
CHANGED
package/styles/coer-elements.css
CHANGED
@@ -1485,7 +1485,8 @@ div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body {
|
|
1485
1485
|
}
|
1486
1486
|
div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content {
|
1487
1487
|
width: auto !important;
|
1488
|
-
overflow:
|
1488
|
+
overflow-x: auto !important;
|
1489
|
+
overflow-y: visible !important;
|
1489
1490
|
}
|
1490
1491
|
div.coer-tab mat-tab-group div.mat-mdc-tab-body-wrapper mat-tab-body div.mat-mdc-tab-body-content div.tab-content {
|
1491
1492
|
padding: 5px;
|