Skip to content
Snippets Groups Projects
Commit 00849277 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

tweak styling

parent fc01989f
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ export default class LineAreaBarChart extends Component {
return (
<div className={cx("flex flex-column p1", this.getHoverClasses(), this.props.className)}>
{ (isDashboard && isMultiseries) &&
<a href={card.id && Urls.card(card.id)} className="Card-title p1 flex-no-shrink no-decoration h3 text-bold">{card.name}</a>
<a href={card.id && Urls.card(card.id)} className="Card-title pt1 px1 flex-no-shrink no-decoration h3 text-bold" style={{fontSize: '1em'}}>{card.name}</a>
}
{ (isDashboard || isMultiseries) &&
<LegendHeader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment