carbon-addons-iot-react 4.1.26 → 4.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/css/carbon-addons-iot-react.css +1 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/css/carbon-addons-iot-react.css +1 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/Card/_card-title.scss +1 -0
- package/package.json +2 -2
- package/scss/components/Card/_card-title.scss +1 -0
|
@@ -9556,6 +9556,7 @@ html[dir=rtl] .iot--card--title {
|
|
|
9556
9556
|
letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
|
|
9557
9557
|
color: var(--cds-text-primary, #161616);
|
|
9558
9558
|
max-width: calc(100% - 2rem);
|
|
9559
|
+
margin-right: 1rem;
|
|
9559
9560
|
}
|
|
9560
9561
|
|
|
9561
9562
|
.iot--card-title__title-text--has-title-text-tooltip {
|