Skip to content

Commit

Permalink
Merge pull request #423 from phillip-kruger/dev-ui-screen-fix
Browse files Browse the repository at this point in the history
Fix embedding store page in Dev UI
  • Loading branch information
geoand authored Mar 28, 2024
2 parents 5bb6084 + a531498 commit 4e39683
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class QwcEmbeddingStore extends LitElement {
:host {
height: 100%;
display: flex;
flex-direction: column;
}
`;

Expand Down Expand Up @@ -99,4 +100,4 @@ export class QwcEmbeddingStore extends LitElement {


}
customElements.define('qwc-embedding-store', QwcEmbeddingStore);
customElements.define('qwc-embedding-store', QwcEmbeddingStore);

0 comments on commit 4e39683

Please sign in to comment.