Skip to content
Snippets Groups Projects
Commit 9a1e5914 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

Merge branch 'HIN-912' into 'develop'

fix(dashboard-card): title on firefox

See merge request !63
parents 94789720 f21fcb1d
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!63fix(dashboard-card): title on firefox
......@@ -139,6 +139,7 @@ const MainContainer = styled.div`
padding: calc(${th('gridUnit')} * 2);
padding-bottom: ${th('gridUnit')};
width: calc(100% - (${th('gridUnit')} * 5 / 2));
overflow: hidden;
${Row} {
[data-tooltipped] {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment