Skip to content

Commit 485e125

Browse files
some stylelint work
1 parent 6bc596d commit 485e125

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.stylelintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"no-duplicate-at-import-rules": true,
2525
"no-duplicate-selectors": true,
2626
"no-empty-source": true,
27+
"declaration-property-unit-disallowed-list": {
28+
"font-size": [
29+
"px"
30+
]
31+
},
2732
"no-extra-semicolons": true,
2833
"no-invalid-double-slash-comments": true,
2934
"property-no-unknown": true,

assets/stylesheets/issue_view_columns.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#selected_settings_issue_view_columns,
99
#available_c,
1010
#selected_c {
11-
width: 250px !important;
11+
width: 250px !important;
1212
}
1313

1414
@media screen and (max-width: 899px) {

0 commit comments

Comments
 (0)