We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3ac25 commit 59149b1Copy full SHA for 59149b1
_includes/org-table.html
@@ -4,7 +4,7 @@ <h3 id="{{ include.id }}" class="search-section">Return to <a href="#to-top">top
4
{% endunless %}
5
<h2>{{ include.name }}</h2>
6
<h6 class="no-matches" style="display: none;">No matches.</h6>
7
- <table class="table">
+ <table class="table org-table">
8
<tbody class="searchable">
9
<tr class="table-header"><th>Avatar</th><th>Account</th><th>Affiliation</th></tr>
10
{% for type_hash in include.orgs %}
assets/css/style.css
@@ -325,6 +325,8 @@ code {
325
color: #333;
326
}
327
328
+.org-table tr { height: 57px; }
329
+
330
/* Animations */
331
/* -------------------------------------------------------------------------- */
332
0 commit comments