Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8230130: javadoc search result dialog shows cut off headers for long …
…results

Reviewed-by: jjg
  • Loading branch information
hns committed Nov 9, 2021
1 parent 055de6f commit f9024d0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -586,10 +586,10 @@ ul.ui-autocomplete {
position:fixed;
z-index:999999;
}
ul.ui-autocomplete li {
ul.ui-autocomplete li {
float:left;
clear:both;
width:100%;
min-width:100%;
}
.result-highlight {
font-weight:bold;
Expand Down

1 comment on commit f9024d0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.