We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcb217 commit 8020c77Copy full SHA for 8020c77
scaladoc/resources/dotty_res/styles/theme/layout/header.css
@@ -72,7 +72,7 @@
72
overflow: hidden;
73
white-space: nowrap;
74
text-overflow: ellipsis;
75
- width: calc(9 * var(--base-spacing));
+ width: auto;
76
}
77
78
.single {
@@ -103,6 +103,10 @@
103
#search-toggle {
104
display: none;
105
106
+
107
+ .projectVersion{
108
+ max-width: calc(12 * var(--base-spacing));
109
+ }
110
111
112
0 commit comments