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

Size attributes on the delete element have no effect. #781

Closed
MangelMaxime opened this issue Jun 4, 2017 · 1 comment
Closed

Size attributes on the delete element have no effect. #781

MangelMaxime opened this issue Jun 4, 2017 · 1 comment

Comments

@MangelMaxime
Copy link

Overview of the problem

This is about the Bulma CSS
I'm using Bulma version [0.4.2]

Description

Size attributes on the delete element have no effect.

Steps to Reproduce

<a class="delete is-small"></a>
<a class="delete"></a>
<a class="delete is-medium"></a>
<a class="delete is-large"></a>

Actual behavior

image

Expected behavior

image

I got the expected result if I remove thus attributes from the delete class.

max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
@AlgusDark
Copy link
Contributor

Those changes were to fix #712
So we need to find a way to keep that feature but fix this behavior.

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