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

fix(docz-theme-default): prop table header background was overflowing #421

Merged
merged 1 commit into from
Oct 27, 2018

Conversation

wachunga
Copy link

The header background was peeking over the border-radius of the table, only on the largest breakpoint. In my testing, it seems like you want to leave overflow-x there for small screens.

screen shot 2018-10-20 at 12 01 12 am

Screenshots

Before:
screen shot 2018-10-19 at 9 36 42 pm

After:
screen shot 2018-10-19 at 9 36 29 pm

@pedronauck pedronauck merged commit 77b12b4 into doczjs:master Oct 27, 2018
pedronauck pushed a commit that referenced this pull request Oct 27, 2018
* Update the PropsTable to conditionally include the description column.

* Adds a description to the Alert component in the
basic examples to demonstrate it being added
* The Button component in the basic example has no
descriptions to demonstrate it being excluded

* Remove a data- attribute that was used for testing

* feat(docz): render [Empty String] on PropsTable (#427)

* Updates the PropsTable to render '[Empty String]' instead of nothing.
* Add the code to print [No Default]

* fix(docz-theme-default): prop table header background was overflowing (#421)
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 this pull request may close these issues.

2 participants