Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/452.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: minor style changes
Original file line number Diff line number Diff line change
Expand Up @@ -706,3 +706,16 @@ button.btn.version-switcher__button:hover {
filter: box-shadow(var(--ast-box-shadow-active));
border: none;
}

/**
* Article content (_article.scss)
*/

.bd-main .bd-content .bd-article-container {
padding: 8px;
width: 1000px;
}

.bd-sidebar-primary {
width: 20%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ blockquote {

.bd-content details.sd-dropdown {
color: var(--ast-dropdown-text-color);
max-width: 500px;
width: 100%;
width: fit-content;
min-width: 400px;
}

.bd-content details.sd-dropdown summary.sd-summary-title {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ th {
*/

tr {
line-height: 56px;
line-height: var(--ast-global-line-height);
height: 56px;
color: var(--ast-color-table-cell-text);
}

Expand Down