Skip to content
Snippets Groups Projects

Fix for #1437 - 7.3 beta: No text wrapping in related list

Merged Fix for #1437 - 7.3 beta: No text wrapping in related list
Merged Akshath requested to merge akshath/vtigercrm:fix_1437 into 7.4.0
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -1656,7 +1656,8 @@ ul.unstyled{
.listViewEntries .relatedListEntryValues .value{
vertical-align: middle;
width: 80%;
display: inline-block;
display: inline-block;
max-width: 300px;
}
.floatThead-table{
Loading