@carbon/styles 1.14.0-rc.0 → 1.14.0
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/styles.css
CHANGED
|
@@ -6783,6 +6783,20 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
6783
6783
|
}
|
|
6784
6784
|
}
|
|
6785
6785
|
|
|
6786
|
+
.cds--text-input__label-wrapper {
|
|
6787
|
+
display: -webkit-box;
|
|
6788
|
+
display: -ms-flexbox;
|
|
6789
|
+
display: flex;
|
|
6790
|
+
width: 100%;
|
|
6791
|
+
-webkit-box-pack: justify;
|
|
6792
|
+
-ms-flex-pack: justify;
|
|
6793
|
+
justify-content: space-between;
|
|
6794
|
+
}
|
|
6795
|
+
.cds--text-input__label-wrapper .cds--text-input__label-counter {
|
|
6796
|
+
-ms-flex-item-align: end;
|
|
6797
|
+
align-self: end;
|
|
6798
|
+
}
|
|
6799
|
+
|
|
6786
6800
|
.cds--tag {
|
|
6787
6801
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
|
6788
6802
|
font-weight: var(--cds-label-01-font-weight, 400);
|