We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd6695 commit cf998b0Copy full SHA for cf998b0
2 files changed
src/components/SearchResult.vue
@@ -86,7 +86,7 @@ export default {
86
.search-result__orgchart-link {
87
margin-left: auto;
88
position: relative; /* so that it stacks on top of search result link */
89
- line-height: 1; /* avoid extra space underneath image */
+ line-height: .75; /* avoid extra space underneath image */
90
border-radius: var(--imageRadius);
91
padding: .72em;
92
color: var(--black);
src/components/TopBar.vue
@@ -100,6 +100,7 @@ export default {
100
text-decoration: none;
101
transition: background-color .2s ease-in-out;
102
103
+ line-height: .75; /* to not add vertical whitespace */
104
}
105
.top-bar__link img {
106
vertical-align: middle;
0 commit comments