@cocreate/organizations 1.5.0 → 1.5.1
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.5.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.0...v1.5.1) (2022-06-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update padding of datables td element ([4adf0fe](https://github.com/CoCreate-app/CoCreate-organizations/commit/4adf0fe02212df759b333da837c616e473b1d9b1))
|
|
7
|
+
|
|
1
8
|
# [1.5.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.4.0...v1.5.0) (2022-05-29)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div content_id="content" class="padding:5px">
|
|
13
13
|
<table class="width:100% border-collapse:collapse">
|
|
14
14
|
<tr class="border-bottom:1px_solid_darkgray">
|
|
15
|
-
<td class="position:sticky top:0 background:white padding
|
|
15
|
+
<td class="position:sticky top:0 background:white padding:0px_10px_10px">
|
|
16
16
|
<input type="text" class="floating-label"
|
|
17
17
|
filter-name="name"
|
|
18
18
|
template_id="datatable"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</a>
|
|
25
25
|
</span>
|
|
26
26
|
</td>
|
|
27
|
-
<td class="position:sticky top:0 background:white padding:
|
|
27
|
+
<td class="position:sticky top:0 background:white padding:0px_10px_10px">
|
|
28
28
|
<input type="text" class="floating-label"
|
|
29
29
|
filter-name="_id"
|
|
30
30
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div content_id="content" class="padding:5px">
|
|
13
13
|
<table class="width:100% border-collapse:collapse">
|
|
14
14
|
<tr class="border-bottom:1px_solid_darkgray">
|
|
15
|
-
<td class="position:sticky top:0 background:white padding
|
|
15
|
+
<td class="position:sticky top:0 background:white padding:0px_10px_10px">
|
|
16
16
|
<input type="text" class="floating-label"
|
|
17
17
|
filter-name="name"
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
</a>
|
|
27
27
|
</span>
|
|
28
28
|
</td>
|
|
29
|
-
<td class="position:sticky top:0 background:white padding:
|
|
29
|
+
<td class="position:sticky top:0 background:white padding:0px_10px_10px">
|
|
30
30
|
<input type="text" class="floating-label"
|
|
31
31
|
filter-name="_id"
|
|
32
32
|
|
package/package.json
CHANGED