Skip to content

Commit

Permalink
Improve shiny sidebar appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Oct 21, 2023
1 parent 151ebb3 commit 024a04d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/resources/formats/html/bootstrap/_bootstrap-rules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2337,9 +2337,14 @@ code.sourceCode a.code-annotation-anchor {
.card-body {
margin-bottom: 2em;
}
.cell-output-display:not(:last-child) {
margin-bottom: 1em;
}
.shiny-options-group {
margin-top: 0;
}
.control-label {
margin-bottom: 0.3em;
margin-left: 2px;
}
}
}

0 comments on commit 024a04d

Please sign in to comment.