Skip to content

Commit

Permalink
style: update image width, update table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed May 1, 2024
1 parent a20e23a commit 4afb202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ckanext/tour/assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ckanext/tour/assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ckanext/tour/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class TourListCollection(ApCollection):
"author_id",
"row_actions",
],
width={"bulk-action": "3%"},
sortable={"created_at", "modified_at"},
searchable={"title", "page"},
labels={
Expand All @@ -68,7 +69,6 @@ class TourListCollection(ApCollection):
"author_id": "Author",
"row_actions": "Actions",
},
width={},
serializers={
"created_at": [("date", {})],
"modified_at": [("date", {})],
Expand Down

0 comments on commit 4afb202

Please sign in to comment.