height 추가
This commit is contained in:
@@ -24,7 +24,8 @@ export const FilterButtonGroups = ({
|
||||
style={{
|
||||
width: `calc((100% - ${onwRowMaxBtn === 2? '10px': '30px'}) / ${onwRowMaxBtn})`,
|
||||
wordBreak: 'break-all',
|
||||
fontSize: 'var(--fs-13)'
|
||||
fontSize: 'var(--fs-13)',
|
||||
height: 'auto'
|
||||
}}
|
||||
onClick={ () => setter(btnGroups[i]?.value || '') }
|
||||
>{ btnGroups[i]?.name }</span>
|
||||
@@ -49,7 +50,8 @@ export const FilterButtonGroups = ({
|
||||
visibility: 'hidden',
|
||||
width: `calc((100% - ${onwRowMaxBtn === 2? '10px': '30px'}) / ${onwRowMaxBtn})`,
|
||||
wordBreak: 'break-all',
|
||||
fontSize: 'var(--fs-13)'
|
||||
fontSize: 'var(--fs-13)',
|
||||
height: 'auto'
|
||||
}}
|
||||
></span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user