We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9215387 + 491efeb commit a1d3415Copy full SHA for a1d3415
scss/main.scss
@@ -236,6 +236,14 @@ table {
236
font-weight: bold;
237
}
238
239
+.sidebar table th:first-child,
240
+.sidebar table td:first-child {
241
+ white-space: nowrap;
242
+ overflow: hidden;
243
+ text-overflow: ellipsis;
244
+ width: 60%;
245
+}
246
+
247
.sidebarhandle {
248
position: fixed;
249
left: $sidebarwidth + 2 * $buttondistance;
@@ -283,6 +291,7 @@ table {
283
291
284
292
.sidebar table {
285
293
width: 100%;
294
+ table-layout: fixed;
286
295
287
296
288
297
.sidebar table th {
0 commit comments