mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Remove spaces between buttons
This commit is contained in:
parent
5931ebb8fc
commit
2099953b68
1 changed files with 2 additions and 2 deletions
|
@ -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