Skip to content

Commit 5e9c97b

Browse files
committed
Remove table cell vertical padding/margin
1 parent e473b7c commit 5e9c97b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

great_docs/_tbl_preview.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,15 +803,15 @@ def _render_scoped_css(uid: str) -> str:
803803
white-space: nowrap;
804804
text-overflow: ellipsis;
805805
overflow: hidden;
806-
padding-bottom: 2px;
807-
margin-bottom: 2px;
806+
padding-bottom: 0;
807+
margin-bottom: 0;
808808
}}
809809
{s} .gd-tbl-dtype {{
810810
white-space: nowrap;
811811
text-overflow: ellipsis;
812812
overflow: hidden;
813-
padding-top: 2px;
814-
margin-top: 2px;
813+
padding-top: 0;
814+
margin-top: 0;
815815
color: #666666;
816816
}}
817817
/* Header badge styling */

0 commit comments

Comments
 (0)