diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-07 09:09:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-07 09:09:42 +0000 |
commit | 5b6e9de025786e5f46443d408f1eeadb8e8b4f7b (patch) | |
tree | 1a15ffc690c86f8b10d5e36efab6afd3bfe83655 /app/assets/stylesheets/framework | |
parent | 132f8ac520f09e61136eafcbcc3e7c2b2598e705 (diff) | |
download | gitlab-ce-5b6e9de025786e5f46443d408f1eeadb8e8b4f7b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/modal.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index 372e3bed6e0..2dbeacb0f8c 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -91,6 +91,7 @@ body.modal-open { overflow: hidden; + padding-right: 0 !important; } .modal-no-backdrop { |