mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #1278 from prymitive/fix-padding
fix(ui): fix padding on error page
This commit is contained in:
@@ -18,7 +18,7 @@ exports[`<FatalError /> matches snapshot 1`] = `
|
||||
>
|
||||
</path>
|
||||
</svg>
|
||||
<p class=\\"lead text-white bg-secondary px-1 py-3 rounded text-wrap text-break\\">
|
||||
<p class=\\"lead text-white bg-secondary p-3 rounded text-wrap text-break\\">
|
||||
foo bar
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -20,7 +20,7 @@ class FatalError extends Component {
|
||||
icon={faExclamationCircle}
|
||||
className="screen-center-icon-big text-danger mb-4"
|
||||
/>
|
||||
<p className="lead text-white bg-secondary px-1 py-3 rounded text-wrap text-break">
|
||||
<p className="lead text-white bg-secondary p-3 rounded text-wrap text-break">
|
||||
{message}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user