Commit 28639716 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: routing tooltip sizing (#3391)

parent dcaf10ec
...@@ -10,6 +10,7 @@ export const BaseButton = styled.button` ...@@ -10,6 +10,7 @@ export const BaseButton = styled.button`
cursor: pointer; cursor: pointer;
font-size: inherit; font-size: inherit;
font-weight: inherit; font-weight: inherit;
height: inherit;
line-height: inherit; line-height: inherit;
margin: 0; margin: 0;
padding: 0; padding: 0;
......
...@@ -21,7 +21,9 @@ const PopoverContainer = styled.div<{ show: boolean }>` ...@@ -21,7 +21,9 @@ const PopoverContainer = styled.div<{ show: boolean }>`
` `
const Reference = styled.div` const Reference = styled.div`
align-self: flex-start;
display: inline-block; display: inline-block;
height: 1em;
` `
const Arrow = styled.div` const Arrow = styled.div`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment