@kodaris/krubble-components 1.0.64 → 1.0.65

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.
@@ -2051,8 +2051,8 @@ const ze="important",Oe=" !"+ze,De=xe(class extends ke{constructor(e){if(super(e
2051
2051
  style=${De(this._getCellStyle(t,i))}
2052
2052
  ></div>`))}
2053
2053
  </div>
2054
- `:j}_renderTable(){const e={};return"card"===this.variant&&(e["min-height"]=48+48*this._pageSize+"px"),F`
2055
- <div class="wrapper" style=${De(e)}>
2054
+ `:j}_renderTable(){return F`
2055
+ <div class="wrapper">
2056
2056
  <div class="overlay-left"></div>
2057
2057
  <div class="overlay-right"></div>
2058
2058
  ${this._renderStatus()}
@@ -3003,6 +3003,7 @@ const ze="important",Oe=" !"+ze,De=xe(class extends ke{constructor(e){if(super(e
3003
3003
  :host(.kr-table--card) .wrapper {
3004
3004
  flex: none;
3005
3005
  overflow: visible;
3006
+ min-height: 200px;
3006
3007
  }
3007
3008
 
3008
3009
  :host(.kr-table--card) .content {