Skip to content

Commit

Permalink
updated width for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
muskansethi1 committed Jul 10, 2024
1 parent 683f039 commit 3bb3038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.cds
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ annotate Attachments with @UI:{
TypeNamePlural: '{i18n>Attachments}',
},
LineItem: [
{Value: content},
{Value: status},
{Value: createdAt},
{Value: createdBy},
{Value: note}
{Value: content, @HTML5.CssDefaults: {width: '30%'}},
{Value: status, @HTML5.CssDefaults: {width: '10%'}},
{Value: createdAt, @HTML5.CssDefaults: {width: '20%'}},
{Value: createdBy, @HTML5.CssDefaults: {width: '15%'}},
{Value: note, @HTML5.CssDefaults: {width: '25%'}}
]
} {
content
Expand Down

0 comments on commit 3bb3038

Please sign in to comment.