10000 Fix tab display when using .show-* by ricwtk · Pull Request #424 · picturepan2/spectre · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@ricwtk
Copy link
@ricwtk ricwtk commented Mar 29, 2018

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

}
.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

}
.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

}
.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

}
.show-lg {
7440 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

}
.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
29 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.

2 participants

0