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

add float-right class cause alink unactive #12615

Open
itildesk opened this issue Jan 16, 2024 · 0 comments
Open

add float-right class cause alink unactive #12615

itildesk opened this issue Jan 16, 2024 · 0 comments

Comments

@itildesk
Copy link

itildesk commented Jan 16, 2024

ok example

<div class="callout clearfix">
<a class="button go-back clear"><i class="fa fa-arrow-left"></i>返回</a>
<a class="button secondary clear"><span class="feature-title"><%= breadcrumbs.OPName %></span></a>
<a class="button" data-open="add_user"><i class="fa fa-plus"></i>帐号</a>

</div>

not ok example

<div class="callout clearfix">
<a class="button go-back clear"><i class="fa fa-arrow-left"></i>返回</a>
<a class="button secondary clear"><span class="feature-title"><%= breadcrumbs.OPName %></span></a>
<a class="button float-right" data-open="add_user"><i class="fa fa-plus"></i>帐号</a>

</div>

in 2th segment the 3rd a-link will not work

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

1 participant