Skip to content

Commit

Permalink
fix: removed space between key and value in app config page (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiraj23zelthy authored Aug 8, 2024
1 parent 64f3c8e commit e0c3d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function DetailsTable() {
const appConfigurationData = useSelector(selectAppConfigurationData);

return (
<table data-cy="app_details" className="w-100 border-spacing-x-4">
<table data-cy="app_details" className="w-fit border-spacing-x-4">
<tbody>
<EachDescriptionRow
label="App Description:"
Expand Down

0 comments on commit e0c3d7a

Please sign in to comment.