summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.scss-lint.yml4
-rw-r--r--app/assets/stylesheets/pages/boards.scss3
2 files changed, 3 insertions, 4 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 084287a74b5..db234ad739c 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -75,11 +75,7 @@ linters:
# when adding lines to the file, since SCM systems such as git won't
# think that you touched the last line.
FinalNewline:
-<<<<<<< 7911f1c0877247f943d2c5dc1cb26de19fe69c8c
enabled: true
-=======
- enabled: false
->>>>>>> Enable DuplicateProperty scss-lint
# HEX colors should use three-character values where possible.
HexLength:
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 057f7192683..ebe662136d5 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -71,7 +71,10 @@
white-space: nowrap;
@media (min-width: $screen-sm-min) {
+ height: 475px; // Needed for PhantomJS
+ // scss-lint:disable DuplicateProperty
height: calc(100vh - 222px);
+ // scss-lint:enable DuplicateProperty
min-height: 475px;
transition: width .2s;