mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
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
This commit is contained in:
parent
850a889a3e
commit
86ca2e282a
@ -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 {margin:inherit; padding-left:40px;}
|
||||||
#sidebar div.wiki ul li {list-style-type:inherit;}
|
#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 { min-height: 600px; }
|
||||||
* html body #content { height: 600px; } /* IE */
|
* html body #content { height: 600px; } /* IE */
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user