summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-06 23:51:16 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-06 23:51:16 -0700
commit1bfa8c186c7cd4ba406f8fdb2cdb229df34c2e89 (patch)
tree3298698d9951a868ba9e06999868499da322be91 /theme/stylesheets
parent5887f1de284259d770cd8f34618929a3af5acf1c (diff)
downloadgitbook-1bfa8c186c7cd4ba406f8fdb2cdb229df34c2e89.zip
gitbook-1bfa8c186c7cd4ba406f8fdb2cdb229df34c2e89.tar.gz
gitbook-1bfa8c186c7cd4ba406f8fdb2cdb229df34c2e89.tar.bz2
Fix overflow on languages page
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/book/languages.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/stylesheets/book/languages.less b/theme/stylesheets/book/languages.less
index 8373cf0..3919adf 100644
--- a/theme/stylesheets/book/languages.less
+++ b/theme/stylesheets/book/languages.less
@@ -4,6 +4,7 @@
background: #edece4;
padding: 40px 0px;
margin: 0px;
+ overflow: auto;
.inner {
max-width: 350px;