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

[input dropdown] Extraneous padding in dropdown when input has left icon #2547

Closed
mat128 opened this issue Nov 8, 2022 · 1 comment
Closed
Assignees
Labels
type/bug Any issue which is a bug or PR which fixes a bug
Milestone

Comments

@mat128
Copy link
Contributor

mat128 commented Nov 8, 2022

Bug Report

Since 2.9.0, there is extraneous padding to the left of the dropdown label.
This seems to have been introduced in PR #2183

Steps to reproduce

Use the right action left icon example from the documentation:

<div class="ui right action left icon input">
  <i class="[search icon](https://fomantic-ui.com/elements/icon.html)"></i>
  <input type="text" placeholder="Search">
  <div class="[ui basic floating dropdown button](https://fomantic-ui.com/elements/button.html)">
    <div class="text">This Page</div>
    <i class="[dropdown icon](https://fomantic-ui.com/elements/icon.html)"></i>
    <div class="menu">
      <div class="item">This Organization</div>
      <div class="item">Entire Site</div>
    </div>
  </div>
</div>

Expected result

Padding similar to screenshot from the 2.8 release using archive.org.
Screen Shot 2022-11-08 at 2 07 57 PM

Actual result

Extraneous padding, see screenshot.
Screen Shot 2022-11-08 at 2 08 07 PM

Screenshot (if possible)

Screen Shot 2022-11-08 at 1 52 58 PM

Version

2.9.0

@mat128 mat128 added state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug labels Nov 8, 2022
@lubber-de lubber-de removed the state/awaiting-triage Any issues or pull requests which haven't yet been triaged label Nov 8, 2022
@lubber-de lubber-de self-assigned this Nov 8, 2022
@lubber-de lubber-de added this to the 2.9.1 milestone Nov 8, 2022
@lubber-de
Copy link
Member

lubber-de commented Nov 21, 2022

Fixed by #2567

@lubber-de lubber-de added state/has-pr An issue which has a related PR open tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build and removed state/awaiting-investigation Anything which needs more investigation state/has-pr An issue which has a related PR open labels Nov 21, 2022
@lubber-de lubber-de removed the tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

2 participants