Skip to content

Commit

Permalink
fix: fixed width of field titles in presentation package (#499)
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn Taelemans <stijn@digita.ai>
  • Loading branch information
BelgianNoise and lem-onade authored Oct 27, 2021
1 parent ee0fdf0 commit 3a86faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ export class ObjectRootComponent extends RxLitElement {
.object-property > div:first-child {
font-weight: var(--font-weight-bold);
width: 33%;
max-width: 33%;
min-width: 33%;
}
.object-property > div:last-child {
display: inline-flex;
Expand Down

0 comments on commit 3a86faa

Please sign in to comment.