diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-23 00:11:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-23 00:11:11 +0000 |
commit | a7d515f2f358b1ae16a7b5cacc8c69cc642966b1 (patch) | |
tree | 47b33df45e74057484a679163bcf8a3baa0c4cbc /app/assets/stylesheets/pages | |
parent | b9a2e3f2cc581cb8bd40f8273a13cd4c9daf59b5 (diff) | |
download | gitlab-ce-a7d515f2f358b1ae16a7b5cacc8c69cc642966b1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index 8251cdb9bbb..be857727cf7 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -1008,6 +1008,18 @@ pre.light-well { } } +.compare-revision-cards { + @media (min-width: $breakpoint-lg) { + .gl-card { + width: calc(50% - 15px); + } + + .compare-ellipsis { + width: 30px; + } + } +} + .clearable-input { position: relative; |