Skip to content

Commit

Permalink
chore: adjust tooltip styles
Browse files Browse the repository at this point in the history
  • Loading branch information
smbea committed Jul 19, 2023
1 parent 27b76c4 commit 30eb113
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/properties-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ textarea.bio-properties-panel-input {
padding: 16px;
border-radius: 2px;
font-weight: 400;
white-space: pre-wrap;
}

.bio-properties-panel-tooltip-content code,
Expand All @@ -1168,6 +1169,14 @@ textarea.bio-properties-panel-input {
border-radius: 3px;
}

.bio-properties-panel-tooltip p:first-child {
margin-top: 0;
}

.bio-properties-panel-tooltip p:last-child {
margin-bottom: 0;
}

.bio-properties-panel-tooltip-content a {
color: var(--tooltip-link);
}
Expand Down

0 comments on commit 30eb113

Please sign in to comment.