Skip to content

Fix tab display when using .show-*#424

Open
ricwtk wants to merge 1 commit into
picturepan2:masterfrom
ricwtk:master-fix-tab-display
Open

Fix tab display when using .show-*#424
ricwtk wants to merge 1 commit into
picturepan2:masterfrom
ricwtk:master-fix-tab-display

Conversation

@ricwtk

@ricwtk ricwtk commented Mar 29, 2018

Copy link
Copy Markdown

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

Comment thread src/_layout.scss
}
.show-xs {
display: block !important;
display: flex !important;

Copy link
Copy Markdown

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

Comment thread src/_layout.scss
}
.show-sm {
display: block !important;
display: flex !important;

Copy link
Copy Markdown

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

Comment thread src/_layout.scss
}
.show-md {
display: block !important;
display: flex !important;

Copy link
Copy Markdown

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

Comment thread src/_layout.scss
}
.show-lg {
display: block !important;
display: flex !important;

Copy link
Copy Markdown

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

Comment thread src/_layout.scss
}
.show-xl {
display: block !important;
display: flex !important;

Copy link
Copy Markdown

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

ricwtk commented Mar 29, 2018

Copy link
Copy Markdown
Author

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

2 participants