Skip to content

Commit

Permalink
fix(topic page): move css styles to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadavGit committed Jan 22, 2025
1 parent e5f9f95 commit a368367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,6 @@ div.interfaceLinks-row a {
}
.guideHeader .ai-info-tooltip .ai-info-icon {
margin-top: 5px;
margin-inline-end: -2px;
}
.ai-info-last-message {
align-items: center;
Expand Down Expand Up @@ -2221,6 +2220,7 @@ div.interfaceLinks-row a {

.ai-info-tooltip .ai-info-icon{
margin-top: 12px;
margin-inline-end: -2px;
}
.ai-info-tooltip{
position: relative;
Expand Down

0 comments on commit a368367

Please sign in to comment.