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-08-16 15:09:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 15:09:08 +0300
commit036cfe846472ee1cca9f7b8c43af28cd344ad66a (patch)
tree6712787dc2499e8ef8b9d887b8deed0c8a01dac6 /app/assets/stylesheets
parent06672560caf7701c357eb468ca17cce817b57239 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/settings.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 6748d640390..0ec342b9332 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -51,22 +51,6 @@
}
.deploy-freeze-table {
- table {
- tr {
- td,
- th {
- padding-left: 0;
- }
-
- // When tables are "stacked", restore td padding
- @media(max-width: map-get($grid-breakpoints, lg)) {
- td {
- padding-left: $gl-spacing-scale-5;
- }
- }
- }
- }
-
@media(max-width: map-get($grid-breakpoints, lg)-1) {
.truncated-container {
justify-content: flex-end;