diff --git a/src/Utils/Sources/Sources.jsx b/src/Utils/Sources/Sources.jsx index 7e0c997..98d29be 100644 --- a/src/Utils/Sources/Sources.jsx +++ b/src/Utils/Sources/Sources.jsx @@ -14,11 +14,12 @@ const Source = ({ source }) => { return ( <> - {source.title},{' '} - - {source.organisation} - + {source.title} + , + + {source.organisation} + ); }; diff --git a/src/less/tableau.less b/src/less/tableau.less index fdad857..44c3337 100644 --- a/src/less/tableau.less +++ b/src/less/tableau.less @@ -195,15 +195,6 @@ &::before { background-color: @grey-1; } - - .sources-list > li, - .sources-list > li > * { - color: @textColor; - } - - a:hover { - color: @secondaryColor; - } } .sources-list { @@ -212,6 +203,10 @@ padding-inline-start: 0; } + .embed-sources-param-description { + margin-left: 5px; + } + @media screen and (max-width: @largestMobileScreen) { .ui.popup { min-width: 300px;