Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IS-11243 Fix search input left padding#165

Open
urre wants to merge 1 commit into
devfrom
fix/dev/IS-11243-search-input-left-padding-in-dev
Open

IS-11243 Fix search input left padding#165
urre wants to merge 1 commit into
devfrom
fix/dev/IS-11243-search-input-left-padding-in-dev

Conversation

@urre
Copy link
Copy Markdown
Collaborator

@urre urre commented May 13, 2026

Summary

Fix search input left padding by removing overly broad input selector and scoping submit button margin.

I did this in a PR targeted to LWA integration branch, but should have done it against dev.

CleanShot 2026-05-13 at 13 47 16@2x

… selector and scoping submit button margin.
@urre urre marked this pull request as ready for review May 13, 2026 11:49
Copilot AI review requested due to automatic review settings May 13, 2026 11:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes layout regressions around search inputs by tightening global form/button base styles and relocating submit-button spacing to identity-server-specific styling.

Changes:

  • Removed an overly broad input[type]... selector from shared form base styles to avoid unintended styling of non-text inputs.
  • Removed global margin-block-start from the shared submit/button-medium rule in base button styles.
  • Added identity-server-specific submit-button top spacing in login-base.css.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/identity-server/styles/css/login-base.css Adds submit-button spacing in identity-server styles (currently applied via a global submit selector).
src/common/css/lib/src/base/base-forms.css Removes the overly broad input selector from shared base form styling.
src/common/css/lib/src/base/base-buttons.css Removes global submit/button-medium top margin from shared base button styling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}
}

button[type="submit"] {
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.

4 participants