Skip to content
Snippets Groups Projects
Commit f21fcb1d authored by Daniel Sandu's avatar Daniel Sandu
Browse files

fix(dashboard-card): title on firefox

parent 94789720
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` ...@@ -139,6 +139,7 @@ const MainContainer = styled.div`
padding: calc(${th('gridUnit')} * 2); padding: calc(${th('gridUnit')} * 2);
padding-bottom: ${th('gridUnit')}; padding-bottom: ${th('gridUnit')};
width: calc(100% - (${th('gridUnit')} * 5 / 2)); width: calc(100% - (${th('gridUnit')} * 5 / 2));
overflow: hidden;
${Row} { ${Row} {
[data-tooltipped] { [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