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
|
- name: Install npm dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Run linters
|
- name: Eslint
|
||||||
uses: samuelmeuli/lint-action@v1
|
run: npm run lint:js
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.github_token }}
|
- name: Stylelint
|
||||||
eslint: true
|
run: npm run lint:sass
|
||||||
eslint_dir: "src/javascripts"
|
|
||||||
stylelint: true
|
|
||||||
stylelint_dir: "src/sass"
|
|
||||||
|
|
||||||
- name: Check build
|
- name: Check build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
|
|||||||
|
|
||||||
Latest (master):
|
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):
|
v2.11.0 (2020-05-08):
|
||||||
|
|
||||||
|
|||||||
@@ -194,6 +194,7 @@ tr.issue {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
.category,
|
.category,
|
||||||
|
.enumeration,
|
||||||
.list,
|
.list,
|
||||||
.parent-subject,
|
.parent-subject,
|
||||||
.parent,
|
.parent,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user