diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-07 16:37:23 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-07 16:37:23 +0200 |
commit | 71edd0277b7effa2b1dc18486a5be78cddf49425 (patch) | |
tree | 0ac12985bd87a4ca0bfb95ee2ceab0eb03875291 /web/views | |
parent | c28ab66e0b520d5b15a63831130245a3524771c6 (diff) | |
download | taginfo-71edd0277b7effa2b1dc18486a5be78cddf49425.tar taginfo-71edd0277b7effa2b1dc18486a5be78cddf49425.tar.gz |
Fix size of table on project page tags tab.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/project.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/project.erb b/web/views/project.erb index 877ff81..c4ff153 100644 --- a/web/views/project.erb +++ b/web/views/project.erb @@ -22,7 +22,7 @@ </div> <div id="tags"> <h2><%= h(t.pages.project.tags.title) %></h2> - <p><i><%= h(t.pages.project.tags.intro) %></i></p> + <p class="boxpre"><i><%= h(t.pages.project.tags.intro) %></i></p> <table id="grid-tags"> </table> </div> |