Skip to content

Commit

Permalink
Use table-sm bootstrap class to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Sep 25, 2023
1 parent e710288 commit a89c744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primed/dbgap/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ class Meta:
"dbgap_current_status",
)
order_by = ("dbgap_dar_id",)
attrs = {"class": "table table-sm"}

def render_matching_workspaces(self, value, record):
template_code = """
Expand Down

0 comments on commit a89c744

Please sign in to comment.