@import "../styles/common";


.w_text_overflow{
  line-height: 0;
  .w_text_overflow_content{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
}
