File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/main/src/components/VariantManagement Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export const ManageViewsDialog = (props: ManageViewsDialogPropTypes) => {
9292 const headerRow = (
9393 < TableHeaderRow sticky >
9494 { showOnlyFavorites && < TableHeaderCell key = "favorite-variant-item" /> }
95- < TableHeaderCell importance = { 10 } minWidth = "18rem " >
95+ < TableHeaderCell importance = { 10 } minWidth = "14rem " >
9696 { viewHeaderText }
9797 </ TableHeaderCell >
9898 { showShare && (
@@ -106,11 +106,11 @@ export const ManageViewsDialog = (props: ManageViewsDialogPropTypes) => {
106106 </ TableHeaderCell >
107107 ) }
108108 { showApplyAutomatically && (
109- < TableHeaderCell minWidth = { hasApplyAutomaticallyText ? '25rem ' : '5rem' } >
109+ < TableHeaderCell minWidth = { hasApplyAutomaticallyText ? '12.5rem ' : '5rem' } >
110110 { applyAutomaticallyHeaderText }
111111 </ TableHeaderCell >
112112 ) }
113- { showCreatedBy && < TableHeaderCell minWidth = "10rem " > { createdByHeaderText } </ TableHeaderCell > }
113+ { showCreatedBy && < TableHeaderCell minWidth = "7.125rem " > { createdByHeaderText } </ TableHeaderCell > }
114114 </ TableHeaderRow >
115115 ) ;
116116
You can’t perform that action at this time.
0 commit comments