@enki-tek/fms-web-components 0.1.12 → 0.1.13

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.
@@ -7,10 +7,10 @@
7
7
  class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 mb-3
8
8
  "
9
9
  >
10
- <Row class="d-flex flex-lg-row flex-column px-3" style="width:100%">
10
+ <Row class="d-flex flex-lg-row flex-column px-0" style="width:100%">
11
11
  <Col md="7">
12
12
  <header>
13
- <div class="d-flex flex-row justify-content-start mt-2 title">
13
+ <div class="d-flex flex-row justify-content-start title">
14
14
  <slot name="title" />
15
15
  </div>
16
16
  </header>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",