Skip to content

Commit

Permalink
increase clojars badge field size
Browse files Browse the repository at this point in the history
  • Loading branch information
skazhy committed Jun 23, 2016
1 parent 536145d commit b7631a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojars/web/jar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
(link-to {:target "_blank"} (version-badge-url jar) "latest version")
" of your project on Github? Use the markdown code below!"]
[:textarea#version-badge
{:readonly "readonly" :rows 4 :onClick "selectText('version-badge')"}
{:readonly "readonly" :rows 6 :onClick "selectText('version-badge')"}
(badge-markdown jar)]]]])))

(defn show-versions [account jar versions]
Expand Down

0 comments on commit b7631a1

Please sign in to comment.