File tree 3 files changed +7
-1
lines changed
tests/dummy/app/templates/components
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @hashicorp/design-system-components " : patch
3
+ ---
4
+
5
+ bugfix for icon size in copy-item component
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ $hds-dropdown-toggle-border-radius: 5px;
205
205
206
206
.hds-dropdown-list-item__copy-item-icon {
207
207
color : var (--token-color-foreground-action );
208
+ flex : none ;
208
209
margin-left : 8px ;
209
210
}
210
211
Original file line number Diff line number Diff line change 1079
1079
<Hds::Dropdown::ListItem::CopyItem @text =" {{ state }} : 91ee1e8ef65b337f0e70d793f456c71d" @state ={{ state }} />
1080
1080
{{ /each }}
1081
1081
<Hds::Dropdown::ListItem::CopyItem
1082
- @text =" success: 91ee1e8ef65b337f0e70d793f456c71d "
1082
+ @text =" success: 91ee1e8ef65b337f0e70d793f456c71d91ee1e8ef65b337f0e70d793f456c71d91ee1e8ef65b337f0e70d793f456c71d "
1083
1083
@state =" success"
1084
1084
@isSuccess =" true"
1085
1085
/>
You can’t perform that action at this time.
0 commit comments