Explorar el Código

frontend: fix tables expand beyond parent div

wangweimin hace 4 años
padre
commit
54481daf14
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      pywebio/html/css/app.css

+ 4 - 0
pywebio/html/css/app.css

@@ -80,6 +80,10 @@
     margin-bottom: 10px;
 }
 
+.markdown-body table {
+    word-break: break-all; /*  prevent tables from expanding beyond their parent div */
+}
+
 .CodeMirror {
     font-size: 13px
 }