question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The tags dropdown seems to align weirdly

See original GitHub issue

The tags dropdown seems to align weirdly…

image

_Originally posted by @jerone in https://github.com/sindresorhus/refined-github/pull/1896#issuecomment-485262710_

That’s due to https://github.com/sindresorhus/refined-github/commit/ca8b1e13f78c50a5a3283982fba41e8be49e12c0 and I don’t know how to fix it since they dropped the .issues-listing class I was relying on.

PR welcome

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
loilocommented, May 6, 2019

For the record, the distance between the buttons still seems to be messed up in several ways.

With no API key entered:

Screenshot of the "Draft a new release" button snuggling up to the "Tags" button on the left

With API key entered:

Screenshot of the "Draft a new release" button snuggling up to the "Select tag" button on the right
1reaction
hardikmodhacommented, Apr 21, 2019

I kind of did the same but using flex-grow: 1.

.subnav-links {
	flex-grow: 1;
}

.subnav-links + .float-right {
	order: 1;
}

Screen Shot 2019-04-22 at 12 13 42 AM

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dropdown menus are all aligned to left - Stack Overflow
I created a dropdown menu through CSS but weirdly all the dropdown menus are aligned to left. I am hoping that all the...
Read more >
dropdownlist (Select html element) can't make its text-align to ...
I have dropdownlist which im using it in a div with direction rtf, the dropdownlist items in IE7 and firefox 3 are aligned...
Read more >
How to vertical-align text elements in CSS - Terresquall Blog
Notice that by default, the checkbox element is slightly off-centre vertically. This can be fixed by setting both the <label> and the checkbox ......
Read more >
Problem: Cell alignment in a table - Microsoft Community
I am having a puzzling problem in a table. Using Cell Alignment I want to line up a line of text and a...
Read more >
Align Tags Overview
Tags are user-generated labels that allow you to organize your goals and meetings around specific projects or themes. Tagging your strategic items can ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found