]> source.dussan.org Git - redmine.git/commitdiff
Don't use ^= operator to target the wrapper elements (#30467).
authorGo MAEDA <maeda@farend.jp>
Wed, 11 Sep 2019 02:06:56 +0000 (02:06 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 11 Sep 2019 02:06:56 +0000 (02:06 +0000)
Patch by Marius BALTEANU.

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

public/stylesheets/application.css

index 76363d9a39f383c96d649a9751b3a6ad84bf9247..45bcc3d39e0f93f49d2a0e4aa4e9eea909b0078e 100644 (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; }