You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/11/09 13:46:24 UTC

svn commit: r1768963 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/css/common.css

Author: kwall
Date: Wed Nov  9 13:46:24 2016
New Revision: 1768963

URL: http://svn.apache.org/viewvc?rev=1768963&view=rev
Log:
QPID-7409: [Java Broker] WMC: Show Message - Prevent ASCII box flowing to the next line in Firefox

Modified:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/css/common.css

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/css/common.css
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/css/common.css?rev=1768963&r1=1768962&r2=1768963&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/css/common.css (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/css/common.css Wed Nov  9 13:46:24 2016
@@ -655,7 +655,8 @@ td.advancedSearchField, col.autoWidth {
     background-size: 1em;
 }
 
-#message-content-preview{
+#message-content-preview
+{
     width: 100%;
 }
 
@@ -669,16 +670,18 @@ td.advancedSearchField, col.autoWidth {
 {
     border: solid;
     border-width: 1px;
-    float: left;
+    white-space: nowrap;
 }
 
 .hexBox
 {
+    display: inline-block;
     padding-right: 25px;
 }
 
 .asciiBox
 {
+    display: inline-block;
 }
 
 .hexDumpHeadRow



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org