@itfin/components 2.0.36 → 2.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itfin/components",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -13,12 +13,12 @@
13
13
  </div>
14
14
  <div v-if="!nocard" v-show="!collapsed" class="b-panel-header px-3 pt-3 pb-2">
15
15
  <slot name="header">
16
- <div class="d-flex gap-3 align-items-center">
16
+ <div class="d-flex gap-3 align-items-center" style="min-width: 0">
17
17
  <itf-button icon default class="d-md-none open-menu-button" @click="$emit('open-menu')">
18
18
  <itf-icon name="menu" new />
19
19
  </itf-button>
20
20
  <slot name="title">
21
- <div class="b-panel__title fw-bold mb-0 h2 text-truncate" v-text="title"></div>
21
+ <div style="min-width: 0" class="b-panel__title fw-bold mb-0 h2 text-truncate" v-text="title"></div>
22
22
  </slot>
23
23
  </div>
24
24
  <div class="d-flex gap-1">