mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 03:21:22 +00:00
commit
688311173a
@ -172,7 +172,7 @@ const MultipleMenuList = ({
|
|||||||
return (
|
return (
|
||||||
<li key={categoryName} className="li-multi-menu">
|
<li key={categoryName} className="li-multi-menu">
|
||||||
<div style={{ marginTop: 3 }}>
|
<div style={{ marginTop: 3 }}>
|
||||||
<CheckboxWrapper>
|
<CheckboxWrapper style={{ display: 'flex' }}>
|
||||||
<Label
|
<Label
|
||||||
htmlFor="overrideReactSelectBehavior"
|
htmlFor="overrideReactSelectBehavior"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@ -190,7 +190,6 @@ const MultipleMenuList = ({
|
|||||||
</Label>
|
</Label>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
|
||||||
width: '150px',
|
width: '150px',
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
flexGrow: 2,
|
flexGrow: 2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user