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 input-field look in data-table #64

Closed
wants to merge 2 commits into from

Conversation

ozanmuyes
Copy link
Contributor

Fixes #63

@ozanmuyes ozanmuyes changed the title Normalize height Fix input-field look in data-table Feb 8, 2017
@ozanmuyes
Copy link
Contributor Author

Reproducing codes (introduced at #62) may be reverted upon request by another commit.

@ozanmuyes
Copy link
Contributor Author

screenshot - 02092017 - 10 42 17 am

@@ -1,3 +1,10 @@
.input-field {
display: inline-block;
}

.rwd-table .input-field table tr {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing for a specific component is a temporary solution (a workaround for a specific case) and should be avoided.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a temporary solution which eventually will evolve to a proper solution when new components introduced which are includes tables inside their pug. But for now, in order to overcome this issue, I suggest that we take advantage of it.

@ceremcem
Copy link
Contributor

ceremcem commented Feb 9, 2017

fixed properly by 4dfc419

@ceremcem ceremcem closed this Feb 9, 2017
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.

None yet

2 participants