diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-11-01 17:31:36 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-11-01 17:31:36 +0000 |
commit | b59c6f2658e3d896dc8cd36217913653f37c446d (patch) | |
tree | 8c288b93402e0f71717d0d014139fd5d91b1fe61 /app | |
parent | 5f4bb33d1cd3cf4ed3f0c6596cf8dc2b66be19a0 (diff) | |
download | gitlab-ce-b59c6f2658e3d896dc8cd36217913653f37c446d.tar.gz |
Adds variable.23053-ci-tables-pagination
Fixes changelog
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/pagination.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/pagination.scss b/app/assets/stylesheets/framework/pagination.scss index 820fb4243e8..cb2c351c368 100644 --- a/app/assets/stylesheets/framework/pagination.scss +++ b/app/assets/stylesheets/framework/pagination.scss @@ -11,7 +11,7 @@ .gap, .gap:hover { background-color: $gray-light; - padding: 6px; + padding: $gl-vert-padding; cursor: default; } } |