Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2017-11-07 13:02:03 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2017-11-07 13:02:03 +0300
commita438231616bd2fad748cc6d68350c4091c26b89b (patch)
tree000d2a64ed128334eaebc9d0dd977ce7c4c1f13b /app/assets/stylesheets/framework
parent7ebf03319881a853405662a390fff13ffb6aefb0 (diff)
Address discussions on the ME
- Fixes thinner right border on the limit box - Adds and 'elsif' on @branches for the scenario in which a commit is not related to a branch - Fixes small details on limit_exceeded_for_message partial
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/wells.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index 1a5da56cba0..175b2ee7152 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -69,7 +69,7 @@
background: $blue-100;
border-radius: $border-radius-default;
display: inline-block;
- padding: 1px 1px 0.5px;
+ padding: 1px 2px 0.5px;
text-align: center;
vertical-align: bottom;