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.m.gray@gmail.com>2019-03-04 23:28:37 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-04 23:28:37 +0300
commitafbb74f89cf98a275f060d57d0bd7bda9dfd5b76 (patch)
tree11112952401426b2d0d5962c2f41d2f6c633e8fb
parent5c80bbb33c12490bc5fa711642a40fc16bdb79a4 (diff)
parent17ff3eaa2ac5d0d6e9fd39eefa778d4a793d1029 (diff)
Merge branch 'gokhanap-master-patch-03762' into 'master'
commit page info-well overflow fix #56436 Closes #56436 See merge request gitlab-org/gitlab-ce!24799
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
-rw-r--r--changelogs/unreleased/gokhanap-master-patch-03762.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 3796ef47c32..623fa485ba6 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -22,6 +22,7 @@
.detail-page-header,
.page-content-header,
.commit-box,
+ .info-well,
.commit-ci-menu,
.files-changed-inner,
.limited-header-width,
diff --git a/changelogs/unreleased/gokhanap-master-patch-03762.yml b/changelogs/unreleased/gokhanap-master-patch-03762.yml
new file mode 100644
index 00000000000..22ab453e359
--- /dev/null
+++ b/changelogs/unreleased/gokhanap-master-patch-03762.yml
@@ -0,0 +1,5 @@
+---
+title: 'commit page info-well overflow fix #56436'
+merge_request: 24799
+author: Gokhan Apaydin
+type: fixed