Skip to content

Commit a874cea

Browse files
committed
Fix external link dashicon alignment
1 parent 81a5bbb commit a874cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/_type-badges.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ $badges: (php: $php-active, css: $css-highlight, js: $js-highlight, html: $html-
2727
}
2828
}
2929

30-
.nav-tab .dashicons-external {
30+
.nav-tab-button .dashicons-external {
3131
font-size: 15px;
3232
color: #666;
33+
vertical-align: middle;
3334
}
3435

3536
.go-pro-button .badge {

0 commit comments

Comments
 (0)