Skip to content

Commit

Permalink
fix padding for anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Feb 9, 2024
1 parent 62db901 commit d408265
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isp-site/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ pre {
text-decoration: inherit;
}

#language [id$="__label"] {
#language [id$="__label"]:not(:has(a)),
#language [id$="__label"] a {
padding: 0.5rem 1rem;
}

Expand Down

0 comments on commit d408265

Please sign in to comment.