@x-plat/design-system 0.5.63 → 0.5.64
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.
|
@@ -2757,6 +2757,7 @@
|
|
|
2757
2757
|
}
|
|
2758
2758
|
.lib-xplat-checkbox > .checkbox {
|
|
2759
2759
|
display: flex;
|
|
2760
|
+
flex-shrink: 0;
|
|
2760
2761
|
align-items: center;
|
|
2761
2762
|
justify-content: center;
|
|
2762
2763
|
border-radius: var(--spacing-radius-sm);
|
|
@@ -4170,6 +4171,7 @@
|
|
|
4170
4171
|
border: 2px solid var(--semantic-border-strong);
|
|
4171
4172
|
border-radius: 50%;
|
|
4172
4173
|
display: flex;
|
|
4174
|
+
flex-shrink: 0;
|
|
4173
4175
|
align-items: center;
|
|
4174
4176
|
justify-content: center;
|
|
4175
4177
|
cursor: pointer;
|
package/dist/index.css
CHANGED
|
@@ -2757,6 +2757,7 @@
|
|
|
2757
2757
|
}
|
|
2758
2758
|
.lib-xplat-checkbox > .checkbox {
|
|
2759
2759
|
display: flex;
|
|
2760
|
+
flex-shrink: 0;
|
|
2760
2761
|
align-items: center;
|
|
2761
2762
|
justify-content: center;
|
|
2762
2763
|
border-radius: var(--spacing-radius-sm);
|
|
@@ -4170,6 +4171,7 @@
|
|
|
4170
4171
|
border: 2px solid var(--semantic-border-strong);
|
|
4171
4172
|
border-radius: 50%;
|
|
4172
4173
|
display: flex;
|
|
4174
|
+
flex-shrink: 0;
|
|
4173
4175
|
align-items: center;
|
|
4174
4176
|
justify-content: center;
|
|
4175
4177
|
cursor: pointer;
|