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 994d911 commit d26d86cCopy full SHA for d26d86c
src/css/nav.css
@@ -245,11 +245,14 @@ html.is-clipped--nav {
245
.nav-panel-explore .component .title {
246
font-weight: var(--body-font-weight-bold);
247
color: inherit;
248
- max-width: 50%;
249
margin-top: 0.25rem;
250
flex: none;
251
}
252
+.nav-panel-explore .component .title:not(:only-child) {
253
+ max-width: 66.66%;
254
+}
255
+
256
.nav-panel-explore .versions {
257
display: flex;
258
justify-content: flex-end;
0 commit comments