Skip to content

Commit

Permalink
Update with #4056 and trigger netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Aug 18, 2019
1 parent ffcb419 commit 45618c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/components/dashboards/dashboard-widget/Widget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class Widget extends React.Component {
// eslint-disable-next-line class-methods-use-this
renderRestrictedError() {
return (
<div className="tile body-container widget-restricted">
<div className="t-body body-row-auto scrollbox">
<div className="tile body-container d-flex justify-content-center align-items-center widget-restricted">
<div className="t-body scrollbox">
<div className="text-center">
<h1><span className="zmdi zmdi-lock" /></h1>
<p className="text-muted">
Expand Down

0 comments on commit 45618c3

Please sign in to comment.