summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2017-12-22 21:25:00 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2017-12-28 01:54:51 +0200
commit7a571f40393812345806f87f5565de7878820e41 (patch)
tree996fc9838591d5e9db5c621613c246600d22d1b1 /app/assets/stylesheets/pages
parent54229d3e45576c50e192af79bebbd8e893a3c28e (diff)
downloadgitlab-ce-7a571f40393812345806f87f5565de7878820e41.tar.gz
Fix activity inline event line height on mobile
Diffstat (limited to 'app/assets/stylesheets/pages')
-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;