Skip to content
Snippets Groups Projects
Commit 9d6c769f authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

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

parent 49e9fd05
No related branches found
No related tags found
1 merge request!8650Added UX improvements to the project members settings view
Loading
Loading
@@ -427,6 +427,9 @@ table {
.str-truncated {
&-30 {
@include str-truncated(30%);
@media (max-width: $screen-xs-max){
max-width: 90%;
}
}
 
&-60 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment