chore(release)

This commit is contained in:
Atlassian Bamboo 2022-05-20 13:56:41 +02:00
parent 2ce395bdc3
commit cb3c7d6789
3 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "3.491.0",
"version": "3.492.0",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.

View File

@ -439,6 +439,10 @@ main article {
padding: 0;
}
section {
position: relative;
}
section > .titlepage .title {
margin: 24px 0 16px 0;
}
@ -479,6 +483,12 @@ section > .titlepage .title {
color: #dd4d50;
}
.checklist-reset-wrapper {
position: absolute;
right: 0;
top: 0;
}
.warning,
.note,
.important,