Skip to content

Commit dd8c71b

Browse files
committed
.
1 parent 864a122 commit dd8c71b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.cds

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ annotate ChangeView with @(UI: {
9191
}],
9292
},
9393
LineItem : [
94-
{ Value: modification, @HTML5.CssDefaults: {width:'9em'} },
95-
{ Value: createdAt, @HTML5.CssDefaults: {width:'12em'} },
96-
{ Value: createdBy, @HTML5.CssDefaults: {width:'9em'} },
97-
{ Value: objectID, @HTML5.CssDefaults: {width:'14em'} },
98-
{ Value: parentObjectID, @HTML5.CssDefaults: {width:'14em'} },
99-
{ Value: attribute, @HTML5.CssDefaults: {width:'9em'} },
100-
{ Value: valueChangedTo, @HTML5.CssDefaults: {width:'11em'} },
101-
{ Value: valueChangedFrom, @HTML5.CssDefaults: {width:'11em'} },
94+
{ Value: modification, @HTML5.CssDefaults: {width:'10%'} },
95+
{ Value: createdAt, @HTML5.CssDefaults: {width:'14%'} },
96+
{ Value: createdBy, @HTML5.CssDefaults: {width:'10%'} },
97+
{ Value: objectID, @HTML5.CssDefaults: {width:'16%'} },
98+
{ Value: parentObjectID, @HTML5.CssDefaults: {width:'16%'} },
99+
{ Value: attribute, @HTML5.CssDefaults: {width:'10%'} },
100+
{ Value: valueChangedTo, @HTML5.CssDefaults: {width:'13%'} },
101+
{ Value: valueChangedFrom, @HTML5.CssDefaults: {width:'13%'} },
102102
],
103103
DeleteHidden : true,
104104
});

0 commit comments

Comments
 (0)