diff options
-rw-r--r-- | app/assets/stylesheets/generic/files.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/sections/tree.scss | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/files.scss b/app/assets/stylesheets/generic/files.scss index 9e4207965f9..5aeccfe1d14 100644 --- a/app/assets/stylesheets/generic/files.scss +++ b/app/assets/stylesheets/generic/files.scss @@ -16,7 +16,7 @@ text-shadow: 0 1px 1px #fff; margin: 0; text-align: left; - padding: 9px 10px; + padding: 10px 15px; .options { float: right; diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index c019b626728..d0e03d5b662 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -157,6 +157,8 @@ margin-bottom: 10px; .commit { + padding: 10px 15px; + .commit-row-title { font-size: 13px; |