-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f3ae65
commit 3a6f77b
Showing
10 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
docs-src/templates/shared-global/src/styles/api-toc-sidebar-menu.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Special enhancement | ||
// So that APIs like method names don't wrap in the right panel | ||
// Otherwise long APIs take up 3-7 lines and make it really hard to read | ||
|
||
// Only on the body which is marked as a "ManagedReference" | ||
body[data-yaml-mime="ManagedReference"] nav#affix { | ||
|
||
// Links to methods / properties | ||
a.link-secondary { | ||
display: block; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
|
||
// test color while working | ||
// color: green !important; | ||
|
||
// Docfx generates a bunch of word-break tags, which if visible prevent the ellipsis from happening | ||
wbr { | ||
display: none; | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.