Skip to content

fix(ui5-textarea): set textarea wrapper padding in base theme file#13345

Open
aleksandar-terziev wants to merge 1 commit intomainfrom
text-area-padding
Open

fix(ui5-textarea): set textarea wrapper padding in base theme file#13345
aleksandar-terziev wants to merge 1 commit intomainfrom
text-area-padding

Conversation

@aleksandar-terziev
Copy link
Copy Markdown
Contributor

Fixes: #13343

@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

ui5-webcomponents-bot commented Mar 30, 2026

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 30, 2026 17:18 Inactive
@ivoplashkov ivoplashkov requested a review from nikoletavnv March 31, 2026 07:35
--_ui5_textarea_focus_outline_color: var(--sapContent_FocusColor);
--_ui5_textarea_min_height: 2.25rem;
--_ui5_textarea_wrapper_padding: 0;
--_ui5_textarea_wrapper_padding: 0.0625rem;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Once we set the padding in the base .css we should remove it from the horizon themes because it is redundant.
Remove the parameter --_ui5_textarea_wrapper_padding: 0.0625rem; from:
packages/main/src/themes/sap_horizon/TextArea-parameters.css and
packages/main/src/themes/sap_horizon_dark/TextArea-parameters.css

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Resolved!

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview April 3, 2026 10:59 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview April 3, 2026 11:21 Inactive
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.

[ui5-textarea]: is not growing in sap_fiori_3 theme

3 participants