diff --git a/app/assets/stylesheets/arclight/modules/layout.scss b/app/assets/stylesheets/arclight/modules/layout.scss index 2afc2f511..fdffdcc67 100644 --- a/app/assets/stylesheets/arclight/modules/layout.scss +++ b/app/assets/stylesheets/arclight/modules/layout.scss @@ -209,3 +209,13 @@ dl.deflist dt { margin: $spacer 0; padding: $spacer 0; } + +// Original style comes from https://github.com/twbs/bootstrap/blob/v5.3.2/scss/_dropdown.scss#L184 +// via https://github.com/projectblacklight/blacklight/blob/v8.1.0/app/assets/stylesheets/blacklight/_search_form.scss#L25 +.input-group > .search-autocomplete-wrapper { + ul { + li { + white-space: normal; + } + } +} \ No newline at end of file