Commit 7e80a985 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '255175-Limit-snippet-blob-height-to-500px' into 'master'

Limit snippet blob height to 500px

See merge request gitlab-org/gitlab!75942
parents ed799c04 fe391024
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment