indicator-ui 0.0.268 → 0.0.270

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/dist/index.css CHANGED
@@ -1706,6 +1706,7 @@
1706
1706
  transition: all ease-out 0.2s;
1707
1707
  width: 20px;
1708
1708
  height: 20px;
1709
+ flex: none;
1709
1710
  background-color: var(--base-white);
1710
1711
  border: 1px solid var(--gray-300);
1711
1712
  box-sizing: border-box;
@@ -1993,6 +1994,11 @@
1993
1994
  display: flex;
1994
1995
  flex-direction: column;
1995
1996
  }
1997
+ .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk, .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
1998
+ text-wrap: nowrap;
1999
+ text-overflow: ellipsis;
2000
+ overflow: hidden;
2001
+ }
1996
2002
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
1997
2003
  text-align: start;
1998
2004
  width: fit-content;