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

fix(ui5-split-button): fix split button when in wrapper #8037

Merged
merged 8 commits into from
Jan 17, 2024
Prev Previous commit
Next Next commit
fix(ui5-split-button): fix root width
hinzzx authored Dec 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ac9b6c818a8edf9f2101f7d4518df0d8bff6f057
4 changes: 2 additions & 2 deletions packages/main/src/themes/SplitButton.css
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@
.ui5-split-button-root {
display: inline-block;
position: relative;
width: inherit;
width: 100%;
}

.ui5-split-button-root:focus,
@@ -464,4 +464,4 @@
:host([design="Attention"]) .ui5-split-arrow-button[active]::before,
:host([design="Attention"]) .ui5-split-text-button[active] + .ui5-split-arrow-button-wrapper > .ui5-split-arrow-button::before {
border-color: var(--_ui5_split_button_attention_separator_color);
}
}