@mixin disable-text-selection {
  user-select: none;
}

@mixin single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}