/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.teamListItem {
  display: flex;
  white-space: nowrap;
}
.teamListItem .checkbox {
  display: inline-block !important;
  margin-right: 10px;
}
.teamListItem .title {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}