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 31cd630 commit c3feab2Copy full SHA for c3feab2
lib/ecstatic/show-dir/styles.js
@@ -5,6 +5,7 @@ const icons = require('./icons.json');
5
const IMG_SIZE = 16;
6
7
let css = `i.icon { display: block; height: ${IMG_SIZE}px; width: ${IMG_SIZE}px; }\n`;
8
+css += 'table tr { white-space: nowrap; }\n';
9
css += 'td.perms {}\n';
10
css += 'td.file-size { text-align: right; padding-left: 1em; }\n';
11
css += 'td.display-name { padding-left: 1em; }\n';
0 commit comments