@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.141 → 2.0.0-next.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78097,7 +78097,21 @@ const compentStyle$Y = i$7`* {
78097
78097
 
78098
78098
  .wrapper.active-size-multi-line .text-container {
78099
78099
  grid-template-areas: "title date chevron" "description description description";
78100
- grid-template-columns: 1fr min-content min-content;
78100
+ grid-template-columns: minmax(0, 1fr) min-content min-content;
78101
+ }
78102
+
78103
+ .wrapper.active-size-multi-line .title-container {
78104
+ white-space: normal;
78105
+ overflow-wrap: break-word;
78106
+ }
78107
+
78108
+ .wrapper.active-size-multi-line .description-container {
78109
+ overflow-wrap: break-word;
78110
+ }
78111
+
78112
+ .wrapper.active-size-multi-line .date-container {
78113
+ align-self: start;
78114
+ height: var(--app-components-message-menu-item-icon-size-regular);
78101
78115
  }
78102
78116
 
78103
78117
  .wrapper.active-size-multi-line .icon-container {