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

Notification Close Button Location / CSS Bug #1514

Closed
wutmikee opened this issue Dec 8, 2017 · 1 comment · Fixed by #1518
Closed

Notification Close Button Location / CSS Bug #1514

wutmikee opened this issue Dec 8, 2017 · 1 comment · Fixed by #1518

Comments

@wutmikee
Copy link

wutmikee commented Dec 8, 2017

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework

Description

So I updated to the latest version of Bulma and noticed the close button on the notification style appears to be broken? Before there was some margin for the close/delete button. Now the button goes right to the top/right border.

I checked docs and noticed it's an "error" there as well. Is this on purpose?

See screenshot.

screen shot 2017-12-08 at 1 48 54 pm

@feute
Copy link
Contributor

feute commented Dec 8, 2017

It has something to do with the usage of em instead of rem, I guess:

& > .delete
position: absolute
right: 0.5em
top: 0.5em

Using rem adds the spacing correctly:

2017-12-08-151622_581x235_scrot

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

Successfully merging a pull request may close this issue.

2 participants