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-12 21:07:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-12 21:07:29 +0300
commit753eb533e509464184ad267fb894d2c08d0d1ba6 (patch)
tree4595d9e4acfa3660e9b682055fa30f7289e59d37 /app/assets/stylesheets
parent1ba682300fb97a96de47cc5b261f6df93ca78bd0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/page_bundles/admin/jobs_index.scss5
-rw-r--r--app/assets/stylesheets/page_bundles/build.scss9
2 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/page_bundles/admin/jobs_index.scss b/app/assets/stylesheets/page_bundles/admin/jobs_index.scss
deleted file mode 100644
index 7844cae5f87..00000000000
--- a/app/assets/stylesheets/page_bundles/admin/jobs_index.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.admin-builds-table {
- td:last-child {
- min-width: 120px;
- }
-}
diff --git a/app/assets/stylesheets/page_bundles/build.scss b/app/assets/stylesheets/page_bundles/build.scss
index 4f968197d4e..5d84b6004ee 100644
--- a/app/assets/stylesheets/page_bundles/build.scss
+++ b/app/assets/stylesheets/page_bundles/build.scss
@@ -208,12 +208,3 @@
margin-bottom: 0;
}
}
-
-@include media-breakpoint-down(md) {
- .content-list {
- &.builds-content-list {
- width: 100%;
- overflow: auto;
- }
- }
-}