Skip to content

Commit

Permalink
Support #343
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Feb 15, 2024
1 parent f6746c8 commit ee0f370
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,17 @@ b {
.tree_view_annotation {
display: none;
}
.full-width {
/* Reproduced from bootstrap */
max-width: 100%;
height: auto;
padding: 1rem 0;
}
.right {
float: right;
padding: 1rem;
}
.left {
float: left;
padding: 1rem;
}

0 comments on commit ee0f370

Please sign in to comment.