summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-23 00:11:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-23 00:11:11 +0000
commita7d515f2f358b1ae16a7b5cacc8c69cc642966b1 (patch)
tree47b33df45e74057484a679163bcf8a3baa0c4cbc /app/assets/stylesheets/pages
parentb9a2e3f2cc581cb8bd40f8273a13cd4c9daf59b5 (diff)
downloadgitlab-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.scss12
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;