We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc596d commit 485e125Copy full SHA for 485e125
.stylelintrc.json
@@ -24,6 +24,11 @@
24
"no-duplicate-at-import-rules": true,
25
"no-duplicate-selectors": true,
26
"no-empty-source": true,
27
+ "declaration-property-unit-disallowed-list": {
28
+ "font-size": [
29
+ "px"
30
+ ]
31
+ },
32
"no-extra-semicolons": true,
33
"no-invalid-double-slash-comments": true,
34
"property-no-unknown": true,
assets/stylesheets/issue_view_columns.css
@@ -8,7 +8,7 @@
8
#selected_settings_issue_view_columns,
9
#available_c,
10
#selected_c {
11
- width: 250px !important;
+ width: 250px !important;
12
}
13
14
@media screen and (max-width: 899px) {
0 commit comments