@import '../index';

.list-expandable
  display: inline

.list-expandable-data
  display: inline;
  width: calc(100% - 3em)
  line-height: 2em
  vertical-align: middle;

.list-expandable-data > div
  display: inline-flex

.list-expandable-remove > .icon
  display: inherit;