We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a48c8 commit 8a9b7fbCopy full SHA for 8a9b7fb
assets/css/v2/style.css
@@ -802,6 +802,9 @@ ol li:last-child {
802
803
.product-selector__toggle-text {
804
font-weight: 500;
805
+ overflow: hidden;
806
+ text-overflow: ellipsis;
807
+ white-space: nowrap;
808
}
809
810
.product-selector__chevron {
layouts/partials/sidebar-v2.html
@@ -40,7 +40,7 @@
40
<details class="product-selector__section">
41
<summary class="product-selector__toggle">
42
43
- <span class="product-selector__toggle-text">
+ <span class="product-selector__toggle-text" title="{{ if $currentProductTitle }}{{ $currentProductTitle }}{{else}}Product Documentation{{end}}">
44
{{ if $currentProductTitle }}
45
{{ $currentProductTitle }}
46
{{ else }}
0 commit comments