Skip to content
Snippets Groups Projects
Commit 54916b3a authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5948: Swaps the no break out rules for mixin.

parent 73925262
No related branches found
No related tags found
1 merge request!83ISTWCMS-5948: Fix the tittles breaking the box in dashboard
......@@ -22,10 +22,7 @@
}
.views-element-container *,
td.views-field.views-field-title {
overflow-wrap: break-word;
word-break: break-all;
word-break: break-word;
word-wrap: break-word;
@include uw-no-breakout();
}
}
}
......
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