Skip to content

Commit

Permalink
tabpane width fix (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Aug 2, 2023
1 parent ab1f1d0 commit 9741e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/shortcodes/tabbed-pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

.tab-content {
.tab-pane {
@extend .td-max-width-on-larger-screens;
.highlight {
margin: 0rem 0 0rem 0;
border: none;
max-width: 100%;
}
margin-top: 0rem;
margin-bottom: 1.5rem;
max-width: 80%;
border-left: 1px solid rgba(0, 0, 0, 0.125);
border-right: 1px solid rgba(0, 0, 0, 0.125);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
Expand Down

0 comments on commit 9741e07

Please sign in to comment.