Browse Source

Fix layout problem when showing wide tables (#30435).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18135 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 5 years ago
parent
commit
86ca2e282a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      public/stylesheets/application.css

+ 1
- 1
public/stylesheets/application.css View 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 */


Loading…
Cancel
Save