add radius on table-placeholder to fix table small size border clip (#14398)

fix #14388
This commit is contained in:
zombieJ 2019-01-17 17:14:07 +08:00 committed by GitHub
parent 321117c5e8
commit 5a1119f37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,6 +388,7 @@
position: relative;
padding: @table-padding-vertical @table-padding-horizontal;
background: @component-background;
border-radius: @border-radius-base;
border-bottom: @border-width-base @border-style-base @border-color-split;
text-align: center;
font-size: @font-size-base;