UX: Center align log type in media history view (#20469)

Center align log type in media
This commit is contained in:
Bjarne Fyrstenborg
2025-10-13 06:34:02 +02:00
committed by Andy Butland
parent 2ce6c8f8c8
commit 0367e56db6

View File

@@ -173,6 +173,7 @@ export class UmbMediaHistoryWorkspaceInfoAppElement extends UmbLitElement {
}
.log-type uui-tag {
justify-self: center;
height: fit-content;
margin-top: auto;
margin-bottom: auto;