We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8979f9 commit e2fa225Copy full SHA for e2fa225
1 file changed
otterwiki/static/css/partials/sidebar.css
@@ -130,18 +130,18 @@ a.sidebar-toc-6 { padding-left: calc(7 * var(--spacing) - var(--radius) - 13px);
130
padding-left : calc(2 * var(--spacing) - var(--radius) + 0.5rem);
131
color: rgba(0,0,0,.7);
132
padding-top: 0.5rem;
133
- word-break: break-all;
+ word-break: break-word;
134
box-sizing: border-box;
135
}
136
137
.sidebarmenu li > div.summary-details {
138
box-sizing: inherit;
139
140
list-style: none;
141
142
143
.sidebarmenu li > div.summary-details > a {
144
145
146
147
.parent-sidebar-menu > li {
0 commit comments