File tree Expand file tree Collapse file tree
packages/main/src/components/AnalyticalTable Expand file tree Collapse file tree Original file line number Diff line number Diff line change 519519 height : var (--_ui5wcr-AnalyticalTableExpandButtonHeight );
520520 margin-inline-end : 0.125rem ;
521521 flex-shrink : 0 ;
522+ display : flex;
523+ align-items : center;
522524}
523525
524526.expandableIcon {
525527 color : var (--sapContent_IconColor );
526- width : 100% ;
527- height : 100% ;
528+ width : var (--_ui5wcr-AnalyticalTableExpandIconHeight );
529+ height : var (--_ui5wcr-AnalyticalTableExpandIconHeight );
530+ padding : 0.375rem ;
531+ box-sizing : content-box;
528532 display : flex;
529533 align-items : center;
530534 & ::part (root ) {
531- padding : 0.375 rem ;
532- width : var ( --_ui5wcr-AnalyticalTableExpandIconHeight ) ;
533- height : var ( --_ui5wcr-AnalyticalTableExpandIconHeight ) ;
535+ padding : 0 ;
536+ width : 100 % ;
537+ height : 100 % ;
534538 }
535539}
536540
You can’t perform that action at this time.
0 commit comments