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

Temporary fix for widen-search-field #2436

Merged
merged 4 commits into from
Sep 15, 2019
Merged

Temporary fix for widen-search-field #2436

merged 4 commits into from
Sep 15, 2019

Conversation

KubaJastrz
Copy link
Contributor

Technically fixes #2435

GitHub made some weird changes to their css regarding .subnav selector on Issues and Pull Requests pages. It looks like they are migrating from the old .float-left/right model to flexbox, but at the same time they ignore existing "semantic" classes.

You can also see it on the Releases page where they are using the old .subnav and .d-flex.flex-justify-between.

I would call this PR a temporary workaround until things settle down with GitHub changes. Also, we should probably expect some more broken features soon.

Test

Open issues or pull request page and see.

@KubaJastrz KubaJastrz changed the title Workaround for latest github css changes Temporary fix for widen-search-field Sep 13, 2019
@fregante
Copy link
Member

The .subnav is used across the site so I’m not keen on merging temporary fixes that aren’t tested on all pages where that bar appears.

Either it’s tested and not temporary or we can’t risk merging this and breaking another part 😅

@KubaJastrz
Copy link
Contributor Author

Makes sense, in that case it would be best to disable this feature for the time being.

@fregante fregante added the bug label Sep 14, 2019
@fregante
Copy link
Member

Needs further testing, but this fixes the height. widen-search-field however remains broken.

It can be merged before the next release (in 13 hours) unless bugs are found.

@fregante fregante merged commit 821819c into refined-github:master Sep 15, 2019
@KubaJastrz KubaJastrz deleted the temp-fix/widen-search-field branch September 15, 2019 06:56
Copy link

@demariomorris999 demariomorris999 left a comment

Choose a reason for hiding this comment

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

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Big input box on issue page, for search box
3 participants