Skip to content
Snippets Groups Projects
Commit 201d1955 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix recently viewed content overflowing in IE...

parent 70ed1b6e
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ export default class RecentViews extends Component {
:
<div className="flex flex-column layout-centered text-normal text-grey-2">
<span className="QuestionCircle mt4">!</span>
<p className="p3 text-centered text-grey-4">You haven't looked at any Dashboards or Questions recently?</p>
<p className="p3 text-centered text-grey-4" style={{ "maxWidth": "100%" }}>You haven't looked at any Dashboards or Questions recently?</p>
</div>
}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment