@voplus/morpho-workspace 6.0.61 → 6.0.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,44 +1,51 @@
1
1
  .delegate-dialog-content {
2
- :global {
3
- .available-role-members {
4
- display: flex;
5
- flex-direction: column;
6
- max-height: 110px;
7
- overflow: hidden;
2
+ :global {
3
+ .available-role-members {
4
+ display: flex;
5
+ flex-direction: column;
6
+ max-height: 110px;
7
+ overflow: hidden;
8
8
 
9
- .available-role-members-content {
10
- flex: 1;
11
- height: 100%;
12
- overflow: scroll;
13
- margin: 0 -15px -15px 0;
9
+ .available-role-members-content {
10
+ flex: 1;
11
+ height: 100%;
12
+ overflow: scroll;
13
+ margin: 0 -15px -15px 0;
14
14
 
15
- .role-member-item {
16
- display: inline-block;
17
- position: relative;
18
- height: 45px;
15
+ .role-member-item {
16
+ display: inline-block;
17
+ position: relative;
18
+ height: 45px;
19
19
 
20
- .role-member-item-btn {
21
- position: absolute;
22
- font-size: 12px;
23
- top: -4px;
24
- right: -50px;
25
- display: none;
26
- }
20
+ .role-member-item-btn {
21
+ position: absolute;
22
+ font-size: 12px;
23
+ top: -4px;
24
+ right: -50px;
25
+ display: none;
26
+ }
27
27
 
28
- &:hover {
29
- margin-right: 50px;
28
+ &:hover {
29
+ margin-right: 50px;
30
30
 
31
- .role-member-item-btn {
32
- display: block;
33
- }
34
- }
35
- }
36
- }
37
- }
31
+ .role-member-item-btn {
32
+ display: block;
33
+ }
34
+ }
35
+ }
36
+ }
37
+ }
38
38
 
39
- .prosemirror-content {
40
- height: 140px;
41
- margin-bottom: -40px;
42
- }
43
- }
44
- }
39
+ .proseMirror {
40
+ .prosemirror-content {
41
+ height: 140px;
42
+ margin-bottom: -40px;
43
+ }
44
+ .toolbar-button[title="Align"] {
45
+ .ant-select {
46
+ width: auto;
47
+ }
48
+ }
49
+ }
50
+ }
51
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.61",
3
+ "version": "6.0.62",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",