Skip to content

Commit

Permalink
WEBUI-597: Fix alignment & style defects in nuxeo-picture-formats and…
Browse files Browse the repository at this point in the history
… nuxeo-video-conversions (#2417)
  • Loading branch information
yashgupta-hyland authored Jan 16, 2025
1 parent 728e5bc commit e41d781
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion elements/document/nuxeo-picture-formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ Polymer({
line-height: 2.2rem;
@apply --layout-justified;
}
.properties .item span {
flex: 1;
text-align: left;
}
iron-icon {
fill: var(--nuxeo-text-default, #3a3a54);
}
Expand Down

0 comments on commit e41d781

Please sign in to comment.