diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-04 16:05:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-04 16:05:35 -0800 |
commit | 7b5d67557abdb019e0daf04e71f2e5193ea8f6f3 (patch) | |
tree | 928a193aa965cd2bb0920977280918faee868090 /python/fatcat_web/templates | |
parent | 8bda15844aeefcaac4f703e92bb932020e642def (diff) | |
download | fatcat-7b5d67557abdb019e0daf04e71f2e5193ea8f6f3.tar.gz fatcat-7b5d67557abdb019e0daf04e71f2e5193ea8f6f3.zip |
allow contrib table to collapse (not fixed)
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/release_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index d2eb79cc..37d541ba 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -87,7 +87,7 @@ <div class="title"> <i class="dropdown icon"></i>All Contributors </div><div class="content"> -<table class="ui basic compact fixed table"> +<table class="ui basic compact table"> <tbody> {% for contrib in release.contribs %} <tr><td class="collapsing">{% if contrib.index or contrib.index == 0 %} {{ contrib.index + 1 }}{% endif %} |