Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dropdown] - buttons right align #6373

Open
flxdns opened this issue May 4, 2018 · 3 comments
Open

[Dropdown] - buttons right align #6373

flxdns opened this issue May 4, 2018 · 3 comments

Comments

@flxdns
Copy link

flxdns commented May 4, 2018

Hello,

this is for graphical issue.

Steps to Reproduce
Try this code and see result, buttons aren't align with the text of the dropdown only where i do a right alignment

Script
$('.ui .dropdown').dropdown();

HTML

<div class="menu" >
    <div class="item" onclick="afficherModele('ExtRef')" >Mon Carnet 1
        <div class="ui right button" onclick="deleteToursBook()" id="deleteToursBook" >Supprimer</div >
        <div class="ui right button" onclick="editToursBook()" id="editToursBook" >Modifier</div >
</div >

Result
The buttons in the Dropdown is not align vertically

Testcase
(fork this to get started)
http://jsfiddle.net/rduvhn8u/1/

@y0hami
Copy link
Member

y0hami commented May 4, 2018

Can you create a JSFiddle to help show your request.

@flxdns
Copy link
Author

flxdns commented May 4, 2018

@hammy2899
i can but it is not a good representation of my problem. I have complete the jsfile
try with another solution

@y0hami
Copy link
Member

y0hami commented May 13, 2018

The JSFiddle you provided is the default fiddle, maybe the wrong link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants