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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-29 12:10:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-29 12:10:26 +0300
commit7bb7575c608f39a547b70b48d1101b23f22a16b7 (patch)
tree007d7ce93374a943e395f142233ea6a8e4caec58 /app/assets/stylesheets
parent7131c9e2e9a00fe7aa7499799a536443fc4fd54a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/page_bundles/merge_request.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/merge_request.scss b/app/assets/stylesheets/page_bundles/merge_request.scss
index 113a50c4efa..3859a08eed3 100644
--- a/app/assets/stylesheets/page_bundles/merge_request.scss
+++ b/app/assets/stylesheets/page_bundles/merge_request.scss
@@ -3,6 +3,12 @@
$tabs-holder-z-index: 250;
$comparison-empty-state-height: 62px;
+.apply-suggestions-input-min-width {
+ @include media-breakpoint-up(lg) {
+ width: $gl-dropdown-width-wide;
+ }
+}
+
.space-children {
@include clearfix;