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 tab display when using .show-* #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ricwtk
Copy link

@ricwtk ricwtk commented Mar 29, 2018

changing "display: block!important" to "display: flex!important" for show-* to fix tab display

@@ -419,6 +419,6 @@
display: none !important;
}
.show-xs {
display: block !important;
display: flex !important;

Choose a reason for hiding this comment

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

!important should not be used

@@ -361,7 +361,7 @@
display: none !important;
}
.show-sm {
display: block !important;
display: flex !important;

Choose a reason for hiding this comment

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

!important should not be used

@@ -303,7 +303,7 @@
display: none !important;
}
.show-md {
display: block !important;
display: flex !important;

Choose a reason for hiding this comment

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

!important should not be used

@@ -245,7 +245,7 @@
display: none !important;
}
.show-lg {
display: block !important;
display: flex !important;

Choose a reason for hiding this comment

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

!important should not be used

@@ -187,7 +187,7 @@
display: none !important;
}
.show-xl {
display: block !important;
display: flex !important;

Choose a reason for hiding this comment

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

!important should not be used

@ricwtk
Copy link
Author

ricwtk commented Mar 29, 2018

To solve issue #417

@davestewart davestewart mentioned this pull request Sep 20, 2023
30 tasks
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