Skip to content

Commit

Permalink
One more css update to align the button plotly#1403
Browse files Browse the repository at this point in the history
  • Loading branch information
ann-marie-ward committed Dec 26, 2020
1 parent ebe50bb commit e53f278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dash-renderer/src/components/error/FrontEnd/FrontEndError.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
color: #ccc;
font-size: 20px;
cursor: pointer;
<<<<<<< refs/remotes/origin/1403-x-button-to-close-error-box
margin-right: 5px
=======
margin-right: 10px
>>>>>>> One more css update to align the button #1403
}

.dash-fe-error__icon-x:hover
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class FrontEndErrorContainer extends Component {
</div>
<div
className='dash-fe-error__icon-x'
onClick={() => clickHandler()}>
onClick={() => clickHandler()}
>
x
</div>
</div>
Expand Down

0 comments on commit e53f278

Please sign in to comment.