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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-08-26 22:51:26 +0300
committerRuben Davila <rdavila84@gmail.com>2016-08-26 23:43:42 +0300
commit63a485a9ead2d2ef45a50a23d575bd4b6f57d896 (patch)
tree0ac7730f66766673f7ad12fc1553f91453a9c79a /app
parent5062826922dd636889ce216909f9120c96b7ceb7 (diff)
Merge branch '21099-ie-fork-btn' into 'master'
Fix enormous IE11 fork button ## What does this MR do? Puts a width on btn SVGs because IE can't handle `auto` ## What are the relevant issue numbers? Closes #21099 See merge request !5982
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index f1fe1697d30..5a08a92f81e 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;
}