diff --git a/app/styles/shame/shame.scss b/app/styles/shame/shame.scss index dd104a1e..436b0a6c 100644 --- a/app/styles/shame/shame.scss +++ b/app/styles/shame/shame.scss @@ -10,3 +10,11 @@ .kanban-table-header { height: 40px; } + + +_:-ms-fullscreen, +:root .taskboard-table-body { + .task-row { + min-height: auto; + } +} \ No newline at end of file diff --git a/gulpfile.coffee b/gulpfile.coffee index 6daad147..34be192d 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -153,7 +153,7 @@ gulp.task "jade-watch", (cb) -> ############################################################################## gulp.task "sass-lint", -> - gulp.src(paths.sass) + gulp.src(paths.sass.concat("!#{paths.app}/styles/shame/**/*.scss")) .pipe(cache("sasslint")) .pipe(gulpif(!isDeploy, scsslint({config: "scsslint.yml"})))