Fixed alignment of entity icon in modal.

This commit is contained in:
Fabio Manganiello 2023-11-19 22:33:19 +01:00
parent b800899859
commit bf8f31545a
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ export default {
@include from($tablet) {
.icon-container {
justify-content: right;
margin-right: 0.5em;
}
}
}