Fix search results display
This commit is contained in:
parent
fc81ad22c4
commit
5afa52bc7d
1 changed files with 16 additions and 3 deletions
|
@ -768,16 +768,29 @@ a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-results a {
|
.search-results > a {
|
||||||
/* A little margin ensures the browser's outlining of focused links has room to display. */
|
/* A little margin ensures the browser's outlining of focused links has room to display. */
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-name {
|
.search-results > a > div {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-results > a > div > div {
|
||||||
|
min-width: 50%;
|
||||||
|
max-width: 50%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
}
|
||||||
|
|
||||||
|
.result-name {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-name > span {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.result span.primitive::after {
|
tr.result span.primitive::after {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue