aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-11 11:02:37 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-13 14:36:59 -0700
commit9e7ed49aae20259bff692fc7ca83617d9d8e6ce3 (patch)
tree04dbf7341122ded725af225bdb7caa826a0df685
parent55ebdd8f06e73ef904e8c216a6e8a67f7fded8d2 (diff)
downloadfatcat-9e7ed49aae20259bff692fc7ca83617d9d8e6ce3.tar.gz
fatcat-9e7ed49aae20259bff692fc7ca83617d9d8e6ce3.zip
new entity view tabs mobile hack
-rw-r--r--python/fatcat_web/templates/entity_base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html
index 6b64dfdf..72a3b6ce 100644
--- a/python/fatcat_web/templates/entity_base.html
+++ b/python/fatcat_web/templates/entity_base.html
@@ -35,7 +35,7 @@
<br>
{% endif %}
{% endif %}
- <div class="ui container">
+ <div class="ui container" style="min-width: 40em;">
<div class="ui small tabular compact menu">
{{ entity_tab("overview", "Overview", "") }}
{% if entity_type == "release" %}