@zywave/notes-widget
Advanced tools
Comparing version 1.0.0-rc.30 to 1.0.0-rc.32
@@ -19,3 +19,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
<zui-expander type="group-standard"> | ||
<div slot="title"> | ||
<div slot="title" class="title-slot"> | ||
<div class="note-title"> | ||
@@ -110,2 +110,6 @@ <h3 class="note-title-category"> | ||
} | ||
.title-slot { | ||
max-width: 90%; | ||
} | ||
`; | ||
@@ -112,0 +116,0 @@ __decorate([ |
@@ -65,3 +65,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
word-wrap: break-word; | ||
display: inline-block; | ||
} | ||
@@ -68,0 +67,0 @@ |
{ | ||
"name": "@zywave/notes-widget", | ||
"version": "1.0.0-rc.30", | ||
"version": "1.0.0-rc.32", | ||
"description": "A custom web component for notes functionality through a widget", | ||
@@ -5,0 +5,0 @@ "main": "dist/notes-widget.js", |
@@ -58,2 +58,6 @@ import { LitElement, html, css, nothing } from 'lit'; | ||
} | ||
.title-slot { | ||
max-width: 90%; | ||
} | ||
`; | ||
@@ -76,3 +80,3 @@ | ||
<zui-expander type="group-standard"> | ||
<div slot="title"> | ||
<div slot="title" class="title-slot"> | ||
<div class="note-title"> | ||
@@ -79,0 +83,0 @@ <h3 class="note-title-category"> |
@@ -14,3 +14,2 @@ import { LitElement, html, nothing, css } from 'lit'; | ||
word-wrap: break-word; | ||
display: inline-block; | ||
} | ||
@@ -17,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
240350
3010