/* line 1, /home/grapstor/simplebo_v2/dev-common/app/assets/stylesheets/commons/text.scss */
.text-underline {
  text-decoration: underline;
}
/* line 3, /home/grapstor/simplebo_v2/dev-common/app/assets/stylesheets/commons/text.scss */
.text-underline:hover {
  text-decoration: underline;
}

/* line 8, /home/grapstor/simplebo_v2/dev-common/app/assets/stylesheets/commons/text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
