fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-11 18:09:57 +01:00
parent 36fbf7f29e
commit 96683b4380
2 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@designestate/dees-catalog', name: '@designestate/dees-catalog',
version: '1.0.127', version: '1.0.128',
description: 'website for lossless.com' description: 'website for lossless.com'
} }

View File

@ -98,8 +98,6 @@ export class DeesIcon extends DeesElement {
<style> <style>
:host { :host {
display: block; display: block;
margin: 0px;
padding: 0px;
white-space: nowrap; white-space: nowrap;
} }
#iconContainer svg { #iconContainer svg {