Skip to content

Commit

Permalink
ELEMENTS-1781: Fix alignment & style defects in nuxeo-video-conversio…
Browse files Browse the repository at this point in the history
…ns (#1029)
  • Loading branch information
yashgupta-hyland authored Jan 16, 2025
1 parent ff03bfc commit e1553d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ui/nuxeo-video/nuxeo-video-conversions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ import '../widgets/nuxeo-tooltip.js';
a:focus {
@apply --nuxeo-link;
}
a:hover {
@apply --nuxeo-link-hover;
}
.properties label {
@apply --nuxeo-label;
min-width: 10rem;
Expand All @@ -53,6 +50,10 @@ import '../widgets/nuxeo-tooltip.js';
@apply --layout-justified;
line-height: 2.2rem;
}
.properties .item span {
flex: 1;
text-align: left;
}
</style>
<dom-if if="[[label]]">
<template>
Expand Down

0 comments on commit e1553d1

Please sign in to comment.