]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Fixed large accidental RTF image bleedout.
authorWill Budicm <redacted>
Sat, 26 Dec 2020 21:03:20 +0000 (08:03 +1100)
committerWill Budicm <redacted>
Sat, 26 Dec 2020 21:03:20 +0000 (08:03 +1100)
htdocs/cgi-bin/main.cgi

index c5911e510aaea596cd9775d8f73dca4a903fdc56..065fea42c705562e4aaffd147197804d85d56f83 100755 (executable)
@@ -673,8 +673,9 @@ sub buildLog {
 
         if ( $rtf > 0 ) {
              $log_output .= qq(<tr id="q-rtf$id" class="r$tfId" style="display:none;">
-                         <td colspan="6">
-                          <div id="q-scroll$id" style="height:auto; max-height:480px; padding: 10px; background:#fffafa; overflow-y: auto;">
+                         <td colspan="6"> # Left here style, is complex and css file might cache.
+                          <div id="q-scroll$id" 
+    style="height:auto; max-height:480px; padding: 10px; background:#fffafa; overflow-x:auto; overflow-y:auto;  max-width:920px; width: max-content;">
                             <div id="q-container$id"></div>
                           </div>
                         </td></tr>);