aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/search.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/search.css b/app/assets/stylesheets/search.css
index eb72638..636b6eb 100644
--- a/app/assets/stylesheets/search.css
+++ b/app/assets/stylesheets/search.css
@@ -73,3 +73,8 @@
gap: 20px;
flex-wrap: wrap;
}
+
+#public-search-table summary {
+ /* Override the default break-all value */
+ word-break: break-word;
+}