Index: openacs-4/packages/xowiki/www/resources/chat.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/chat.css,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/xowiki/www/resources/chat.css 26 Nov 2018 17:10:52 -0000 1.9 +++ openacs-4/packages/xowiki/www/resources/chat.css 27 Nov 2018 08:46:13 -0000 1.10 @@ -92,7 +92,7 @@ -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto; - min-width: 0; // See https://github.com/philipwalton/flexbugs/issues/39 + min-width: 0; /* See https://github.com/philipwalton/flexbugs/issues/39 */ } #xowiki-chat-messages { @@ -179,7 +179,7 @@ background-color: #eceff1; border-radius: 8px; padding-right: 45px; - min-width: 0; // Avoid overlapping when screen width is very small + min-width: 0; /* Avoid overlapping when screen width is very small */ } #xowiki-chat-send-button { @@ -208,7 +208,7 @@ /* Full screen trigger */ .xowiki-chat-trigger-fs-block { - min-width: 0; // Avoid overlapping when screen width is very small + min-width: 0; /* Avoid overlapping when screen width is very small */ } .xowiki-chat-trigger-fs-pic {