Skip to content

Commit

Permalink
Merge pull request #301 from mutantsan/fix-tags-field-broken-layout
Browse files Browse the repository at this point in the history
fix tags field broken layout by deleting redundant class
  • Loading branch information
wardi committed Sep 15, 2021
2 parents d88c20c + f761b13 commit a5b5522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/scheming/presets.json
Expand Up @@ -28,7 +28,8 @@
"form_attrs": {
"data-module": "autocomplete",
"data-module-tags": "",
"data-module-source": "/api/2/util/tag/autocomplete?incomplete=?"
"data-module-source": "/api/2/util/tag/autocomplete?incomplete=?",
"class": ""
}
}
},
Expand Down

0 comments on commit a5b5522

Please sign in to comment.