.#{$text_overflow} {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
  .text-overflow-content {
    position: relative;
    margin: size(-12px);
    padding: size(12px);
    overflow: auto;
    max-height: size(160px);
  }
}

