Skip to content

Commit

Permalink
adjust padding on list items for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
longjuan committed Jul 19, 2024
1 parent 0402c9a commit df41ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/views/S3Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ watch(selectedLinkedStatusItem, handleFirstPage);
class="box-border h-full w-full divide-y divide-gray-100"
role="list"
>
<li style="padding: 8px 16px 0;">
<li style="padding: 0.5rem 1rem 0">
<span class="ml-1 mb-1 block text-sm text-gray-500">关联后所加入的分组</span>
<div class="mb-5 grid grid-cols-2 gap-x-2 gap-y-3 md:grid-cols-3 lg:grid-cols-4 2xl:grid-cols-6">
<button
Expand Down

0 comments on commit df41ad7

Please sign in to comment.