From 310c8ad40f4b80014ecf6174d504d4d08bb6e12c Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Sat, 8 Jul 2017 15:21:04 -0300 Subject: [PATCH] add proper margin around buttons in about:error page Fix #9916 --- js/about/errorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/about/errorPage.js b/js/about/errorPage.js index df6bcb4c0a5..8c3a26b5c4a 100644 --- a/js/about/errorPage.js +++ b/js/about/errorPage.js @@ -39,7 +39,7 @@ class ErrorPage extends React.Component {
{this.showBackButton ? : null} - {this.state.url ? : null} + {this.state.url ? : null}
}