Skip to content

Commit

Permalink
some stylelint work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 19, 2024
1 parent 6bc596d commit 485e125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"no-duplicate-at-import-rules": true,
"no-duplicate-selectors": true,
"no-empty-source": true,
"declaration-property-unit-disallowed-list": {
"font-size": [
"px"
]
},
"no-extra-semicolons": true,
"no-invalid-double-slash-comments": true,
"property-no-unknown": true,
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/issue_view_columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#selected_settings_issue_view_columns,
#available_c,
#selected_c {
width: 250px !important;
width: 250px !important;
}

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

0 comments on commit 485e125

Please sign in to comment.