Skip to content

Commit

Permalink
fix: workspace button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ztsorojev committed Jun 2, 2022
1 parent bfe4557 commit 31dc07c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ export default function TopicPage({ topicData }: Props) {
color: '#1f2937',
fontWeight: 600,
textDecoration: 'none',
...(examples.split(/\r\n|\r|\n/)?.length <= 2
? { padding: '4px 8px' }
: {}),
}}
target="_blank"
>
Expand Down

0 comments on commit 31dc07c

Please sign in to comment.