aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-11-01 22:50:33 -0700
committerJordan <me@jordan.im>2021-11-01 22:50:33 -0700
commitaff47ab1f9b11271ac69d0fee64025f5e26b621c (patch)
treeefe8c4fefe6c0bb7b0170f69fbde40306ee19398 /templates/layout.html
parent2120238760d974f2b0f5cc99faa7ecaf23989bf2 (diff)
downloadcrane-aff47ab1f9b11271ac69d0fee64025f5e26b621c.tar.gz
crane-aff47ab1f9b11271ac69d0fee64025f5e26b621c.zip
wrap category names in a nowrap <span>
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 57dc200..c776582 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -226,6 +226,10 @@ div#crane div.footer a {
div#crane div.footer a:hover {
text-decoration: underline;
}
+
+div#crane div.cat .nowrap {
+ white-space: nowrap;
+}
</style>
</head>
<body>