File tree 1 file changed +15
-3
lines changed
otterwiki/static/css/partials
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,18 @@ a.sidebar-toc-6 { padding-left: calc(7 * var(--spacing) - var(--radius) - 13px);
84
84
padding-left : calc (2 * var (--spacing ) - var (--radius ) + 0.5rem );
85
85
color : rgba (0 , 0 , 0 , .7 );
86
86
padding-top : 0.5rem ;
87
+ word-break : break-all;
88
+ box-sizing : border-box;
89
+ }
90
+
91
+ .sidebarmenu li > div .summary-details {
92
+ box-sizing : inherit;
93
+ word-break : break-all;
94
+ list-style : none;
95
+ }
96
+
97
+ .sidebarmenu li > div .summary-details > a {
98
+ word-break : break-all;
87
99
}
88
100
89
101
.parent-sidebar-menu > li {
@@ -103,20 +115,20 @@ a.sidebar-toc-6 { padding-left: calc(7 * var(--spacing) - var(--radius) - 13px);
103
115
}
104
116
105
117
.sidebarmenu details > summary ::before {
106
- width : 13 px ;
118
+ width : 1.3 rem ;
107
119
display : inline-block;
108
120
content : '▹ ' ;
109
121
vertical-align : text-top;
110
122
}
111
123
112
124
.sidebarmenu details [open ] > summary ::before {
113
- width : 13 px ;
125
+ width : 1.3 rem ;
114
126
display : inline-block;
115
127
content : '▿ ' ;
116
128
}
117
129
118
130
.sidebar-menu .summary-details ::before {
119
- width : 13 px ;
131
+ width : 1.3 rem ;
120
132
display : inline-block;
121
133
content : '□ ' ;
122
134
font-size : 0.5rem ;
You can’t perform that action at this time.
0 commit comments