Skip to content

Commit e53f278

Browse files
One more css update to align the button #1403
1 parent ebe50bb commit e53f278

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dash-renderer/src/components/error/FrontEnd/FrontEndError.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
color: #ccc;
1010
font-size: 20px;
1111
cursor: pointer;
12+
<<<<<<< refs/remotes/origin/1403-x-button-to-close-error-box
1213
margin-right: 5px
14+
=======
15+
margin-right: 10px
16+
>>>>>>> One more css update to align the button #1403
1317
}
1418

1519
.dash-fe-error__icon-x:hover

dash-renderer/src/components/error/FrontEnd/FrontEndErrorContainer.react.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class FrontEndErrorContainer extends Component {
3636
</div>
3737
<div
3838
className='dash-fe-error__icon-x'
39-
onClick={() => clickHandler()}>
39+
onClick={() => clickHandler()}
40+
>
4041
x
4142
</div>
4243
</div>

0 commit comments

Comments
 (0)