.root {
  min-width: 0;

  -st-states: removeStartPadding, expandable;
}

.root:removeStartPadding {
  margin-left: -24px;
}

.root:expandable {
  flex: 1 0;
}
