Merge pull request #1502 from mlorb/ml-sci-3049

Change experiments title color [SCI-3049]
This commit is contained in:
mlorb 2019-02-19 14:50:05 +01:00 committed by GitHub
commit acfacf0ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -656,6 +656,7 @@ ul.double-line > li {
background-color: $color-white;
&>.panel-title {
color: $brand-primary;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;