From 1b7a8ceadb5f0facee1b2ba9f7e4c8475b7e6f9b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 8 Dec 2021 00:15:00 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/assets/stylesheets/framework/snippets.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets/stylesheets/framework/snippets.scss') diff --git a/app/assets/stylesheets/framework/snippets.scss b/app/assets/stylesheets/framework/snippets.scss index c59e70c80df..39786aa0138 100644 --- a/app/assets/stylesheets/framework/snippets.scss +++ b/app/assets/stylesheets/framework/snippets.scss @@ -16,6 +16,11 @@ .snippet-file-content { border-radius: 3px; + .file-content { + max-height: 500px; + overflow-y: auto; + } + + .snippet-file-content { @include gl-mt-5; } -- cgit v1.2.3