@onerjs/shared-ui-components 8.41.6 → 8.41.7

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.
@@ -32,9 +32,9 @@
32
32
  }
33
33
 
34
34
  .frame-comment-span {
35
- white-space: nowrap;
36
- text-overflow: ellipsis;
37
- overflow: hidden;
35
+ white-space: normal;
36
+ overflow-wrap: break-word;
37
+ word-wrap: break-word;
38
38
  }
39
39
 
40
40
  .selected.frame-box-border {
@@ -49,7 +49,7 @@
49
49
  text-align: center;
50
50
  display: grid;
51
51
  grid-template-rows: 100%;
52
- grid-template-columns: calc(100% - 111px) 30px 7px 30px 7px 30px 7px;
52
+ grid-template-columns: calc(100% - 74px) 30px 7px 30px 7px;
53
53
  align-content: center;
54
54
  overflow: hidden;
55
55
  }
@@ -73,13 +73,8 @@
73
73
  grid-row: 1;
74
74
  }
75
75
 
76
- .frame-box-header-focus {
77
- grid-column: 4;
78
- grid-row: 1;
79
- }
80
-
81
76
  .frame-box-header-close {
82
- grid-column: 6;
77
+ grid-column: 4;
83
78
  grid-row: 1;
84
79
  }
85
80
 
@@ -104,14 +104,12 @@
104
104
 
105
105
  .comments {
106
106
  position: absolute;
107
- top: -50px;
107
+ bottom: calc(100% + 5px);
108
108
  width: 200px;
109
- height: 45px;
110
- overflow: hidden;
109
+ overflow-wrap: break-word;
110
+ word-wrap: break-word;
111
111
  font-style: italic;
112
112
  opacity: 0.8;
113
- display: grid;
114
- align-items: flex-end;
115
113
  pointer-events: none;
116
114
  }
117
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onerjs/shared-ui-components",
3
- "version": "8.41.6",
3
+ "version": "8.41.7",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",