feat(article): GitLab Snippets Shortcode (#627)

This commit is contained in:
rmdhnreza
2022-06-11 11:04:20 +02:00
committed by GitHub
parent 7a38f3ad50
commit 3d09c23284
3 changed files with 21 additions and 1 deletions
+12
View File
@@ -387,6 +387,18 @@
}
}
.gitlab-embed-snippets {
margin: 0 !important;
.file-holder.snippet-file-content {
margin-block-end: 0 !important;
margin-block-start: 0 !important;
margin-left: calc((var(--card-padding)) * -1) !important;
margin-right: calc((var(--card-padding)) * -1) !important;
padding: 0 var(--card-padding) !important;
}
}
/// Negative margins
blockquote,
figure,