]> source.dussan.org Git - redmine.git/commitdiff
Fix layout problem when showing wide tables (#30435).
authorGo MAEDA <maeda@farend.jp>
Wed, 8 May 2019 08:12:39 +0000 (08:12 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 8 May 2019 08:12:39 +0000 (08:12 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@18135 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 091aa8206ae4a5f0498d9d2e026be165990b3a8b..b2a253cad6eda2964f3e81d9f129ae4358bd35ef 100644 (file)
@@ -92,7 +92,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 #sidebar div.wiki ul {margin:inherit; padding-left:40px;}
 #sidebar div.wiki ul li {list-style-type:inherit;}
 
-#content { flex-grow: 1; background-color: #fff; margin: 0px; padding: 6px 10px 10px 10px; }
+#content { flex-grow: 1; background-color: #fff; margin: 0px; padding: 6px 10px 10px 10px; overflow-x: auto;}
 html>body #content { min-height: 600px; }
 * html body #content { height: 600px; } /* IE */