Skip to content

Commit 8581759

Browse files
committed
Fix a small styling issue
1 parent e09fbaf commit 8581759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/vocabulary_theme/templates/issue_finder.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>{{ this.title }}</h1>
1818
<noscript>
1919
The issue finder requires JavaScript. You can try searching on GitHub
2020
using the links below.
21-
<ul>
21+
<ul class="gh-links">
2222
<li>
2323
<a href="https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+-linked%3Apr">
2424
issues labeled "good first issue"

webpack/sass/issue-finder-page.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
line-height: 1.8125;
1010

11-
ul {
11+
ul.gh-links {
1212
list-style: disc;
1313
padding-left: 2em;
1414
}

0 commit comments

Comments
 (0)