fix(modal): do not set p in modal card as flex

This fixes a bug where the description of a project or filter would be aligned right.
This commit is contained in:
kolaente 2024-04-06 11:55:58 +02:00
parent bf85cb0505
commit e534a6a5bf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 6 deletions

View File

@ -188,12 +188,6 @@ $modal-width: 1024px;
.info {
font-style: italic;
}
p {
display: flex;
justify-content: space-between;
align-items: center;
}
}
}