[Vtigercrm-developers] summary detail layout fixes

Hamono, Chris (DPC) Chris.Hamono at sa.gov.au
Wed Jun 3 03:31:05 GMT 2015


In the summary view if you have a field with long unbroken text the layout breaks.

To solve this use this patch (sorry its netbeans patch) to layouts\vlayout\skins\vtiger\style.less  and recompile


# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- <html>style.less (<b>26/05/2015 11:38:45 AM</b>)</html>
+++ <html><b>Current File</b></html>
@@ -1008,6 +1008,9 @@
    margin-bottom:10px;
    padding: 25px 20px 5px;
    .boxSizingBorderBox;
+        .summary-table {
+            table-layout: fixed;
+        }
    .summary-table tr.summaryViewEntries:last-child{
          .fieldValue,.fieldLabel{
               border-bottom: 1px solid @lightColorBorder;


I have not tested this in mobiles

Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150603/e5cd9ba8/attachment.html>


More information about the vtigercrm-developers mailing list