Set the label modal width to be consistent
This commit is contained in:
@ -41,7 +41,7 @@ type ActionDropdownProps = {
|
||||
const ActionDropdown = (props: ActionDropdownProps): JSX.Element => {
|
||||
return <Dropdown
|
||||
showArrow={true}
|
||||
css={{ m: '0px', p: '0px', overflow: 'hidden', maxWidth: '265px' }}
|
||||
css={{ m: '0px', p: '0px', overflow: 'hidden', width: '265px', maxWidth: '265px' }}
|
||||
side={props.layout == 'vertical' ? 'right' : 'bottom'}
|
||||
sideOffset={props.layout == 'vertical' ? 8 : 0}
|
||||
align={props.layout == 'vertical' ? 'start' : 'center'}
|
||||
|
||||
@ -297,7 +297,6 @@ export function EditLabelsControl(props: EditLabelsControlProps): JSX.Element {
|
||||
css={{
|
||||
p: '0',
|
||||
maxHeight: '92%',
|
||||
maxWidth: '265px',
|
||||
'@mdDown': {
|
||||
maxWidth: '100%',
|
||||
maxHeight: '92%',
|
||||
|
||||
Reference in New Issue
Block a user