Skip to content

Commit

Permalink
User Admin: improve the display of Personal Document descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Jun 7, 2024
1 parent fd9a45c commit 8cc5e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Input/PersonalDocuments.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected function getElement()

$output .= '</div>';

$output .= !empty($document['description']) ? '<p class="m-0 p-4 pb-0 font-normal text-xxs text-gray-600">'.$document['description'].'</p>' : '';
$output .= !empty($document['description']) ? '<p class="m-0 p-0 -mt-2 ml-1 pl-12 pb-2 font-normal text-xxs text-gray-600">'.$document['description'].'</p>' : '';

$output .= '<div class="document-details border-t sm:grid grid-cols-2 grid-flow-col auto-rows-fr py-2" style="grid-template-rows: repeat('.(ceil(count($fields)/2)).',auto);">';

Expand Down

0 comments on commit 8cc5e97

Please sign in to comment.