Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 18:07:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 18:07:33 +0300
commit8ad0af586ed73d33493fe91a0f5204953c7e701a (patch)
tree242646920b7bb0fae8735a919514e66b15061aa6 /app/assets/stylesheets
parentf80dee91829a985dbf7d07b606179e06e87166a6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/page_bundles/build.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/page_bundles/build.scss b/app/assets/stylesheets/page_bundles/build.scss
index 09c4d184f3f..a06a1513f7d 100644
--- a/app/assets/stylesheets/page_bundles/build.scss
+++ b/app/assets/stylesheets/page_bundles/build.scss
@@ -155,10 +155,6 @@
}
.build-sidebar-item {
- display: grid;
- grid-template-columns: 1fr 2fr;
- grid-gap: $gl-padding-8;
-
&:last-of-type {
@include gl-mb-0;
}