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

Display spinner with empty message #67

Open
axelson opened this issue May 11, 2015 · 1 comment
Open

Display spinner with empty message #67

axelson opened this issue May 11, 2015 · 1 comment

Comments

@axelson
Copy link

axelson commented May 11, 2015

An empty message causes the spinner to show with the background (.cg-busy-default-sign) not including the entire spinner:

screenshot 2015-05-11 10 04 12

This is the attribute I'm currently using: cg-busy="{promise:myPromise,message:''}"

As a work-around I've added the following CSS rule: .cg-busy-default-text { min-height: 1em; }

Thanks for this library I really like the approach and the spinner functionality!

@baumannzone
Copy link

I solved it with css, just adjust styles to your needs

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