summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-20 12:09:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-20 12:09:35 +0000
commitaa874f42425bf3b8fdb4d86de591a06f719ecb7e (patch)
tree89b7d190bab75603ef45b4ee85bfe25d1faf66ba /app/assets/stylesheets/framework
parent0ae377c904a5591fbb4828d737d387a80d8c474b (diff)
downloadgitlab-ce-aa874f42425bf3b8fdb4d86de591a06f719ecb7e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index df7e96d7b8c..3b59c028437 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -389,7 +389,6 @@ img.emoji {
See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details.
**/
.prepend-top-20 { margin-top: 20px; }
-.prepend-left-20 { margin-left: 20px; }
.append-bottom-20 { margin-bottom: 20px; }
.ml-10 { margin-left: 4.5rem; }
.inline { display: inline-block; }