|
|
@@ -72,7 +72,7 @@ const TrashPageAlert = (props) => {
|
|
|
</button>
|
|
|
<button
|
|
|
type="button"
|
|
|
- className="btn btn-danger rounded-pill btn-sm mr-2"
|
|
|
+ className="btn btn-danger rounded-pill btn-sm"
|
|
|
disabled={!isAbleToDeleteCompletely}
|
|
|
onClick={openPageDeleteModalHandler}
|
|
|
>
|
|
|
@@ -107,7 +107,7 @@ const TrashPageAlert = (props) => {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- <div className="alert alert-warning py-3 pl-4 pr-0 d-flex flex-column flex-lg-row">
|
|
|
+ <div className="alert alert-warning py-3 pl-4 d-flex flex-column flex-lg-row">
|
|
|
<div className="flex-grow-1">
|
|
|
This page is in the trash <i className="icon-trash" aria-hidden="true"></i>.
|
|
|
{isDeleted && <span><br /><UserPicture user={{ username: lastUpdateUsername }} /> Deleted by {lastUpdateUsername} at {updatedAt}</span>}
|