Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-07 21:23:17 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-07 21:23:17 +0300
commitad8366ed84b9c32c24c0ffe1c0a071f726cb119f (patch)
tree6abc955933700dcbf6c79f18e7dbc9b00abfb0b7 /app/assets/stylesheets/pages/events.scss
parent0d59e7b90f05261ff71e4d6df3fca23660b9c0aa (diff)
css change to height to make gray container fit
Diffstat (limited to 'app/assets/stylesheets/pages/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 282aaf2219b..984b4b91216 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -138,6 +138,7 @@
*/
.event-last-push {
overflow: auto;
+ width: 100%;
.event-last-push-text {
@include str-truncated(100%);
padding: 5px 0;