summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-02 18:15:34 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-02 18:15:34 +0000
commit2cbb2d0eceaed0f31c92d4eed8932e98f4f74559 (patch)
treeec3aa6d500286a3bde9ae65a0dad2bcce36dbfff /app/assets
parente84b60f414b59bb3ee9d08752db368b51e605c41 (diff)
parent7a571f40393812345806f87f5565de7878820e41 (diff)
downloadgitlab-ce-2cbb2d0eceaed0f31c92d4eed8932e98f4f74559.tar.gz
Merge branch 'fix/activity-inline-event-line-height' into 'master'
Fix activity inline event line height on mobile Closes #38778 See merge request gitlab-org/gitlab-ce!16121
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/events.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index eea8b7dd193..da096354b5a 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -159,7 +159,6 @@
}
}
-
/*
* Last push widget
*/
@@ -182,6 +181,12 @@
.event-item {
padding-left: 0;
+ &.event-inline {
+ .event-title {
+ line-height: 20px;
+ }
+ }
+
.event-title {
white-space: normal;
overflow: visible;