We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129f646 commit 11f5160Copy full SHA for 11f5160
elements/pf-clipboard-copy/pf-clipboard-copy.css
@@ -12,6 +12,11 @@ pf-tooltip::part(invoker) {
12
height: 100%;
13
}
14
15
+:host {
16
+ --pf-icon--size: 16px !important;
17
+}
18
+
19
20
#input-group > * + * {
21
margin-left: -1px;
22
@@ -108,6 +113,11 @@ textarea {
108
113
white-space: normal;
109
114
110
115
116
+#input-group {
117
+ display: flex;
118
+ height: 100%;
119
120
111
121
.container:is(.compact, .inline) #input-group {
112
122
display: contents;
123
0 commit comments