summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index df8dec7bdde..a377186bcac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,6 +48,10 @@ v 8.11.2
v 8.11.1
- Pulled due to packaging error.
+ - Does not halt the GitHub import process when an error occurs
+ - Fix file links on project page when default view is Files !5933
+ - Change using size to use count and caching it for number of group members
+ - Fix IE11 fork button bug !5982
v 8.11.0
- Use test coverage value from the latest successful pipeline in badge. !5862
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 6c3786b49bb..cd3ddf5fee9 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -200,7 +200,7 @@
svg {
height: 15px;
- width: auto;
+ width: 15px;
position: relative;
top: 2px;
}