mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03: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" />
|
||||
</label>{' '}
|
||||
</label>
|
||||
{/* If maxOptions is not defined or defined and is greater than 1, show poll button */}
|
||||
{maxOptions == null ||
|
||||
(maxOptions > 1 && (
|
||||
|
@ -1315,7 +1315,7 @@ function Compose({
|
|||
}}
|
||||
>
|
||||
<Icon icon="poll" alt="Add poll" />
|
||||
</button>{' '}
|
||||
</button>
|
||||
</>
|
||||
))}
|
||||
{/* <button
|
||||
|
|
Loading…
Reference in a new issue