Skip to content

Commit

Permalink
fix: object-root action button incorrectly styled (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn Taelemans <stijn@digita.ai>
  • Loading branch information
BelgianNoise and lem-onade authored Jun 7, 2021
1 parent aa5ca5b commit 0a8b2fe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ export class ObjectRootComponent extends RxLitElement {
nde-sidebar-list > slot[name="title"] {
font-weight: bold;
}
button svg {
max-width: var(--gap-normal);
height: var(--gap-normal);
}
`,
];

Expand Down

0 comments on commit 0a8b2fe

Please sign in to comment.