浏览代码

Fix table overflow when there is long data that exceeds page width

Tim Lim 3 年之前
父节点
当前提交
3e196ecec0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      assets/stylesheets/global/_base.scss

+ 3 - 0
assets/stylesheets/global/_base.scss

@@ -134,6 +134,9 @@ table {
   border-collapse: separate;
   border-spacing: 0;
   border-radius: 3px;
+  display: inline-block;
+  overflow-x: auto;
+  max-width: 100%;
 }
 
 caption {