1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

Don't use ^= operator to target the wrapper elements (#30467).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18446 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-09-11 02:06:56 +00:00
parent 6b6895fc42
commit cf8232b4ca

View File

@ -11,7 +11,7 @@ h4 {border-bottom: 1px solid #ccc; font-weight:normal;}
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
/***** Layout *****/
div[id^="wrapper"] { min-height: inherit; }
div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }
#wrapper {background: white;overflow: hidden;}
#wrapper3 { display: flex; flex-direction: column; }