Skip to content

Commit 77887a5

Browse files
authored
Merge pull request #353 from canjs/351-fix-unnecessary-line-breaks
Fix unnecessary line breaks in search results
2 parents f6dff8e + fc17d4a commit 77887a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

static/search.less

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@
8282
padding: .9em .5em;
8383
border-bottom: 1px solid @light-gray-color;
8484
a{
85-
color: @link-color;
86-
padding-bottom:0;
87-
display: inline-block;
88-
width: 100%;
85+
display: inline;
8986
&:hover {
9087
text-decoration: none;
9188
}

0 commit comments

Comments
 (0)