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

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 {
@@ -85242,7 +85256,7 @@ let ObcAlertListDetails = class extends i$4 {
85242
85256
  if (this.small) {
85243
85257
  const columns = [
85244
85258
  {
85245
- label: "status",
85259
+ label: "Status",
85246
85260
  key: "status",
85247
85261
  sortDirection: "desc",
85248
85262
  sortable: true,
@@ -85270,7 +85284,7 @@ let ObcAlertListDetails = class extends i$4 {
85270
85284
  } else {
85271
85285
  const columns = [
85272
85286
  {
85273
- label: "status",
85287
+ label: "Status",
85274
85288
  key: "status",
85275
85289
  sortDirection: "desc",
85276
85290
  sortable: true,