Skip to content

Commit

Permalink
Fix padding external link
Browse files Browse the repository at this point in the history
https: //tuleap.net/plugins/tracker/?aid=35807
Change-Id: Iff1cb5574dbd36a61b742dac5e79dd6cca74799d
  • Loading branch information
miriamschlindwein authored and osnard committed Jan 12, 2024
1 parent d274fd0 commit ff70af6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/stylesheets/content/tuleap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ a:visited {
color: var( --tlp-danger-dark-color );
}

#mw-content-text a.external {
padding-right: 0;
}

pre,
.mw-code,
code {
Expand Down

0 comments on commit ff70af6

Please sign in to comment.