diff options
author | azul <azul@leap.se> | 2014-05-15 08:24:43 +0200 |
---|---|---|
committer | azul <azul@leap.se> | 2014-05-15 08:24:43 +0200 |
commit | a4f7a410c536d88c91c834cab6ee950c71005ddd (patch) | |
tree | 17aeb2b48ada703ac916a9a65fbf3c75a5dadb86 /app | |
parent | 4b3b260e3e2bb972150da6f71d811179c0d43b14 (diff) | |
parent | eb74538841c6cf687b87f5373b90a22847e974fa (diff) |
Merge pull request #161 from azul/bugfix/download-button-wider
make download button wide enough for helvetica #5039
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/leap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index d4db879..77104e5 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -171,7 +171,7 @@ input, textarea { } .download { a.btn { - width: 14em; + width: 15em; font-weight: bold; small { font-weight: normal; |