Compare commits
3 Commits
issue-196
...
issue-199-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54d0136aa5 | ||
|
|
670830cf3e | ||
|
|
06ac7eff64 |
13
.github/workflows/lint.yml
vendored
13
.github/workflows/lint.yml
vendored
@@ -23,14 +23,11 @@ jobs:
|
||||
- name: Install npm dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run linters
|
||||
uses: samuelmeuli/lint-action@v1
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
eslint: true
|
||||
eslint_dir: "src/javascripts"
|
||||
stylelint: true
|
||||
stylelint_dir: "src/sass"
|
||||
- name: Eslint
|
||||
run: npm run lint:js
|
||||
|
||||
- name: Stylelint
|
||||
run: npm run lint:sass
|
||||
|
||||
- name: Check build
|
||||
run: npm run build
|
||||
|
||||
@@ -58,7 +58,7 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
|
||||
|
||||
Latest (master):
|
||||
|
||||
* Fixed #196: text wrapping in certain column types.
|
||||
* Fixed #196 and #199: text wrapping in certain column types.
|
||||
|
||||
v2.11.0 (2020-05-08):
|
||||
|
||||
|
||||
@@ -194,6 +194,7 @@ tr.issue {
|
||||
white-space: nowrap;
|
||||
|
||||
.category,
|
||||
.enumeration,
|
||||
.list,
|
||||
.parent-subject,
|
||||
.parent,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user