File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/components/table/body/header Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @netdata/netdata-ui" ,
3- "version" : " 4.5.8 " ,
3+ "version" : " 4.5.9 " ,
44 "description" : " netdata UI kit" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/es6/index.js" ,
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ const BodyHeaderCell = ({
8383 background : "columnHighlight" ,
8484 backgroundOpacity : "0.2" ,
8585 } ) }
86- padding = { isSubheader ? [ 0 ] : [ 1 , 2 ] }
86+ padding = { isSubheader ? [ 1 , 2 ] : [ 0 ] }
8787 { ...headStyles }
8888 column
8989 >
90- < Flex flex column width = "100%" alignItems = { column . columnDef . align || "start" } >
90+ < Flex flex column width = "100%" alignItems = { column . columnDef . align || "start" } gap = { 1 } >
9191 < LabelContainer
9292 alignItems = "center"
9393 cursor = { column . getCanSort ( ) ? "pointer" : "default" }
You can’t perform that action at this time.
0 commit comments