@globalbrain/sefirot 2.1.3 → 2.1.4

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.
@@ -38,7 +38,7 @@ const _color = computed(() => {
38
38
 
39
39
  <style scoped lang="postcss">
40
40
  .STableCellPill {
41
- padding: 9px 16px 10px;
41
+ padding: 7px 16px 9px;
42
42
  min-height: 40px;
43
43
  }
44
44
 
@@ -76,6 +76,8 @@ const _value = computed(() => {
76
76
  display: flex;
77
77
  justify-content: center;
78
78
  align-items: center;
79
+ flex-shrink: 0;
80
+ margin-left: -3px;
79
81
  width: 24px;
80
82
  height: 24px;
81
83
  transition: color 0.25s;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Vue Components for Global Brain Design System.",
5
5
  "files": [
6
6
  "lib"