Remove spaces between buttons
This commit is contained in:
parent
5931ebb8fc
commit
2099953b68
|
@ -1293,7 +1293,7 @@ function Compose({
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Icon icon="attachment" />
|
<Icon icon="attachment" />
|
||||||
</label>{' '}
|
</label>
|
||||||
{/* If maxOptions is not defined or defined and is greater than 1, show poll button */}
|
{/* If maxOptions is not defined or defined and is greater than 1, show poll button */}
|
||||||
{maxOptions == null ||
|
{maxOptions == null ||
|
||||||
(maxOptions > 1 && (
|
(maxOptions > 1 && (
|
||||||
|
@ -1315,7 +1315,7 @@ function Compose({
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon icon="poll" alt="Add poll" />
|
<Icon icon="poll" alt="Add poll" />
|
||||||
</button>{' '}
|
</button>
|
||||||
</>
|
</>
|
||||||
))}
|
))}
|
||||||
{/* <button
|
{/* <button
|
||||||
|
|
Loading…
Reference in a new issue