diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-26 18:09:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-26 18:09:30 +0000 |
commit | 25eb713a7fdb787a67d74a88a89433839aab5642 (patch) | |
tree | 43cfe6c45530aedfd7f96d6c6d0e5857ce1d5ee3 /app/assets/stylesheets/pages | |
parent | ff89c3c372cd3b317915fb21940f9c8c065d94c0 (diff) | |
download | gitlab-ce-25eb713a7fdb787a67d74a88a89433839aab5642.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r-- | app/assets/stylesheets/pages/admin.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss deleted file mode 100644 index 34834b9a4a9..00000000000 --- a/app/assets/stylesheets/pages/admin.scss +++ /dev/null @@ -1,11 +0,0 @@ -.usage-data { - max-height: 400px; -} - -[data-page='admin:jobs:index'] { - .admin-builds-table { - td:last-child { - min-width: 120px; - } - } -} |