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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-07 01:44:20 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-07 01:44:20 +0300
commit243530360edac31f309bd3706b2d5117f6d526ad (patch)
tree4394389f562c9965951f881055ed05ea300a9ecc /app/assets/stylesheets/framework
parentb22f4d2aad4eb1f57502ce9700367d77a92997aa (diff)
parent609d49bcf88310507e39885add138121a6536001 (diff)
Merge branch '34768-fix-issuable-header-wrapping' into 'master'
34768 Fix problem with issuable header wrapping when content is too long Closes #34768 See merge request gitlab-org/gitlab-ce!15192
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/avatar.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/avatar.scss b/app/assets/stylesheets/framework/avatar.scss
index 50c100d398f..26db2386879 100644
--- a/app/assets/stylesheets/framework/avatar.scss
+++ b/app/assets/stylesheets/framework/avatar.scss
@@ -42,8 +42,7 @@
&.avatar-inline {
float: none;
display: inline-block;
- margin-left: 4px;
- margin-bottom: 2px;
+ margin-left: 2px;
flex-shrink: 0;
-webkit-flex-shrink: 0;