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 7546df6 commit 9cf891eCopy full SHA for 9cf891e
packages/uui-ref-node/lib/uui-ref-node.element.ts
@@ -184,7 +184,7 @@ export class UUIRefNodeElement extends UUIRefElement {
184
align-items: center;
185
justify-content: center;
186
line-height: 1.2em;
187
- padding: calc(var(--uui-size-3));
+ padding: calc(var(--uui-size-2));
188
}
189
190
#open-part {
@@ -220,6 +220,10 @@ export class UUIRefNodeElement extends UUIRefElement {
220
flex-grow: 0;
221
padding: 0;
222
margin: calc(var(--uui-size-2));
223
+
224
+ #content {
225
+ padding: 0;
226
+ }
227
228
229
:host(:not([disabled])) #open-part:hover #icon {
0 commit comments