mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
MOVE tooltips
This commit is contained in:
parent
ba6de13b01
commit
c54ee0b829
@ -141,7 +141,7 @@ export const RefIndicator: FunctionComponent<RefType & {
|
||||
return (
|
||||
<IndicatorPlacement>
|
||||
<WithTooltip
|
||||
placement="top"
|
||||
placement="bottom-start"
|
||||
trigger="click"
|
||||
tooltip={
|
||||
<MessageWrapper>
|
||||
@ -174,7 +174,7 @@ export const RefIndicator: FunctionComponent<RefType & {
|
||||
|
||||
{ref.versions ? (
|
||||
<WithTooltip
|
||||
placement="top"
|
||||
placement="bottom-start"
|
||||
trigger="click"
|
||||
tooltip={
|
||||
<TooltipLinkList
|
||||
|
Loading…
x
Reference in New Issue
Block a user