Skip to content

Commit

Permalink
fix: Spectrum actionbar selector (#1841)
Browse files Browse the repository at this point in the history
I missed 1 Spectrum selector that is needed for DHE ACL Editor

Supports DH-16554
  • Loading branch information
bmingles authored Feb 28, 2024
1 parent e7c6b84 commit 67de0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/SpectrumComponent.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Overriding so the bar fills the same width as its associated list component.
*/
.spectrumActionBar {
[class^='react-spectrum-ActionBar-bar'] {
[class*='react-spectrum-ActionBar-bar'] {
max-width: none;
}
}
Expand Down

0 comments on commit 67de0e0

Please sign in to comment.