Skip to content

Commit

Permalink
Missing caption styling added (#1001)
Browse files Browse the repository at this point in the history
Co-authored-by: sarpere <onursarperekinci@Onurs-MacBook-Pro.local>
  • Loading branch information
sarpere and sarpere authored Jul 1, 2023
1 parent ff93e23 commit 5fb8f12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@
border-bottom: 0;
}

// ================= Caption ==================
&-caption {
padding: @cell-padding;
border-right: @border;
border-bottom: @border;
}

// ================= Footer =================
&-footer {
padding: @cell-padding;
Expand Down

1 comment on commit 5fb8f12

@vercel
Copy link

@vercel vercel bot commented on 5fb8f12 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

table – ./

table-react-component.vercel.app
table-git-master-react-component.vercel.app

Please sign in to comment.