diff --git a/app/assets/stylesheets/experiments.scss b/app/assets/stylesheets/experiments.scss index 79b3c1d8f..ccb9c99dc 100644 --- a/app/assets/stylesheets/experiments.scss +++ b/app/assets/stylesheets/experiments.scss @@ -86,13 +86,15 @@ display: -webkit-box; height: 3em; -webkit-line-clamp: 2; - margin: .25em 1.75em; + margin: .25em 1.75em 0; overflow: hidden; text-overflow: ellipsis; width: 100%; a { color: inherit; + display: inline-block; + line-height: 21px; } } @@ -126,6 +128,7 @@ } .progress { + box-shadow: none; height: 4px; margin-bottom: 0; width: 100%;