carbon-addons-iot-react 5.4.2 → 5.4.3
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/css/carbon-addons-iot-react.css +4 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.js +1 -2
- package/lib/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.js +4 -5
- package/lib/css/carbon-addons-iot-react.css +4 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/PageTitleBar/_page-title-bar.scss +5 -0
- package/package.json +2 -2
- package/scss/components/PageTitleBar/_page-title-bar.scss +5 -0
- package/umd/carbon-addons-iot-react.js +4 -4
|
@@ -30601,6 +30601,10 @@ html[dir=rtl] .cds--number .cds--number__controls {
|
|
|
30601
30601
|
padding-right: unset;
|
|
30602
30602
|
padding-left: 2rem;
|
|
30603
30603
|
}
|
|
30604
|
+
.page-title-bar-header-right .cds--content-switcher-btn,
|
|
30605
|
+
.page-title-bar-header-right .cds--content-switcher .cds--btn--primary {
|
|
30606
|
+
margin-left: 0;
|
|
30607
|
+
}
|
|
30604
30608
|
.page-title-bar-header-right .cds--btn--primary {
|
|
30605
30609
|
margin-left: 0.5rem;
|
|
30606
30610
|
}
|