Skip to content

Commit

Permalink
Ensure video width fits on datacard (#107)
Browse files Browse the repository at this point in the history
* Ensure video width fits on datacard

* Use CSS file for styling
  • Loading branch information
hagenw authored Jul 26, 2024
1 parent 236d087 commit e5333cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions audbcards/sphinx/table-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ table.preview th {
/* Use normal font in header row of preview table */
font-weight: normal !important;
}
/* Ensure example video fits onto page */
#example.section video {
max-width: 100%;
}

0 comments on commit e5333cb

Please sign in to comment.