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

SuperTable hiding my Matrix field headings within SuperTable #16

Closed
theskyfloor opened this issue Jul 16, 2015 · 4 comments
Closed

SuperTable hiding my Matrix field headings within SuperTable #16

theskyfloor opened this issue Jul 16, 2015 · 4 comments

Comments

@theskyfloor
Copy link

SuperTable is hiding my Matrix field headings when I am adding or editing an entry. Was able to quick fix it by adding to the SuperTableInput.css file.

table.editable.superTable tbody tr td .field .matrix .heading {
display: block;
}

screen shot 2015-07-16 at 1 48 42 pm
screen shot 2015-07-16 at 1 48 34 pm

@theskyfloor
Copy link
Author

After shot:

screen shot 2015-07-16 at 2 19 08 pm

@engram-design
Copy link
Member

@theskyfloor Thanks for pointing this out - never noticed this until now! Will add this to the next release.

@engram-design
Copy link
Member

@theskyfloor Fixed in the 0.3.1 release.

@theskyfloor
Copy link
Author

Awesome thanks!

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