@voplus/morpho-workspace 6.0.112 → 6.0.113

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,8 +48,12 @@
48
48
  }
49
49
 
50
50
  .new-notification-form-tabs {
51
- flex: 1;
52
-
51
+ flex: 1;
52
+
53
+ & > .ant-tabs-nav {
54
+ margin-bottom: 16px;
55
+ }
56
+
53
57
  .email-content-component {
54
58
  height: calc(100% - 36px);
55
59
 
@@ -26,10 +26,15 @@
26
26
  right: 10px;
27
27
  top: 10px;
28
28
 
29
- .ant-badge-count {
29
+ & > .ant-badge-count {
30
30
  background-color: #fff !important;
31
31
  border: none;
32
32
  box-shadow: @badge-hover-shadow;
33
+ min-width: 22px !important;
34
+ height: 22px !important;
35
+ line-height: 20px !important;
36
+ color: @ant-badge-color !important;
37
+ border-radius: 11px !important;
33
38
  }
34
39
  }
35
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.112",
3
+ "version": "6.0.113",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",