Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit b867afe

Browse files
committed
feat: style tooltip
1 parent d908d0f commit b867afe

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/App.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,20 @@ code {
636636
height: 100%;
637637
width: 100%;
638638
border-radius: 0.625rem;
639-
}
639+
}
640+
641+
.tooltip-container {
642+
display: flex;
643+
align-items: center;
644+
justify-content: center;
645+
}
646+
647+
.tooltip-icon {
648+
height: 50px;
649+
width: auto;
650+
margin-right: 15px;
651+
}
652+
653+
.tooltip-text {
654+
width: 150px;
655+
}

0 commit comments

Comments
 (0)