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

not only for mobile #123

Open
wants to merge 1 commit into
base: dreamlab-develop
Choose a base branch
from

Conversation

mvciekzvbek
Copy link

No description provided.

@@ -73,20 +73,20 @@ div.vendors {
text-align: center;
min-width: 60px;

@media @smartphone {
min-width: 65px;
span:first-child {
Copy link

@skoklowski skoklowski Jun 1, 2020

Choose a reason for hiding this comment

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

I think that real problem is that is not allowed to put span tag directly inside tr. Only td and th is allowed there. We should fix this issue instead doing hacks in CSS because such HTML is invalid so we never know when it will stop working in some future browsers version.

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