Reports: allow closing a report

This commit is contained in:
Alex Gleason
2020-12-31 18:24:52 -06:00
parent 95c4ba4234
commit 35a148d9c9
4 changed files with 70 additions and 3 deletions

View File

@ -143,5 +143,16 @@
&__actions {
margin-left: auto;
display: flex;
.icon-button {
padding-left: 10px;
> div {
display: flex;
align-items: center;
justify-content: center;
}
}
}
}