Skip to content

Commit 11f5160

Browse files
zeroedinbennypowers
authored andcommitted
fix(clipboard-copy): icon size and input-group styles
1 parent 129f646 commit 11f5160

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

elements/pf-clipboard-copy/pf-clipboard-copy.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ pf-tooltip::part(invoker) {
1212
height: 100%;
1313
}
1414

15+
:host {
16+
--pf-icon--size: 16px !important;
17+
}
18+
19+
1520
#input-group > * + * {
1621
margin-left: -1px;
1722
}
@@ -108,6 +113,11 @@ textarea {
108113
white-space: normal;
109114
}
110115

116+
#input-group {
117+
display: flex;
118+
height: 100%;
119+
}
120+
111121
.container:is(.compact, .inline) #input-group {
112122
display: contents;
113123
}

0 commit comments

Comments
 (0)