@enki-tek/fms-web-components 0.1.4 → 0.1.5

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.
@@ -77,7 +77,7 @@
77
77
  :global(.userProfile img) {
78
78
  width: 45px;
79
79
  height: 45px;
80
- object-fit: contain;
80
+ object-fit: cover;
81
81
  border-radius: 50%;
82
82
  }
83
83
  :global(.nav-link:focus, .nav-link:hover) {
@@ -58,7 +58,7 @@
58
58
  :global(.userProfile img) {
59
59
  width: 45px;
60
60
  height: 45px;
61
- object-fit: contain;
61
+ object-fit: cover;
62
62
  border-radius: 50%;
63
63
  }
64
64
 
@@ -76,7 +76,7 @@
76
76
  :global(.userProfile img) {
77
77
  width: 45px;
78
78
  height: 45px;
79
- object-fit: contain;
79
+ object-fit: cover;
80
80
  border-radius: 50%;
81
81
  }
82
82
  :global(.nav-link:focus, .nav-link:hover) {
@@ -78,7 +78,7 @@
78
78
  :global(.userProfile img) {
79
79
  width: 45px;
80
80
  height: 45px;
81
- object-fit: contain;
81
+ object-fit: cover;
82
82
  border-radius: 50%;
83
83
  }
84
84
  :global(.nav-link:focus, .nav-link:hover) {
@@ -76,7 +76,7 @@
76
76
  :global(.userProfile img) {
77
77
  width: 45px;
78
78
  height: 45px;
79
- object-fit: contain;
79
+ object-fit: cover;
80
80
  border-radius: 50%;
81
81
  }
82
82
  :global(.nav-link:focus, .nav-link:hover) {
@@ -4,7 +4,7 @@
4
4
 
5
5
  <main class="main-content">
6
6
  <div
7
- class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
7
+ class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3"
8
8
  >
9
9
  <Row class="pt-3 pb-2 m-2" style="width:100%">
10
10
  <Col md="4">
@@ -24,7 +24,7 @@
24
24
  aria-label="Close"
25
25
  />
26
26
  </div>
27
- <div class="offcanvas-body d-md-flex flex-column p-0 pt-lg-3 overflow-y-auto m-3">
27
+ <div class="offcanvas-body d-md-flex flex-column p-0 pt-3 overflow-y-auto m-3">
28
28
  <slot />
29
29
  </div>
30
30
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",