Commit 9d6c769f authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Added a media query when there's a more width available to show more of the title

parent 49e9fd05
......@@ -427,6 +427,9 @@ table {
.str-truncated {
&-30 {
@include str-truncated(30%);
@media (max-width: $screen-xs-max){
max-width: 90%;
}
}
&-60 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment