angular-gridster2 icon indicating copy to clipboard operation
angular-gridster2 copied to clipboard

Styling grid-item

Open mcrodriguezb opened this issue 1 year ago • 0 comments

Hi, I'm trying to apply a box to the grid item element, but I just got the left and top as shown in the image. Any reason for that? image

My component code is:

<div style="height: 100%; width: 100%;display: flex;flex-direction: column;border-radius: 15px;border: 1px solid #E7E8F2;background: #FFF;">
<div style="display: flex;height: 45px;flex-shrink: 0;border-bottom: 1px solid #E7E8F2;align-items: center;padding-left: 20px;">
  Widget A
</div>
<div>
  test widget
</div>
</div>

mcrodriguezb avatar Feb 05 '24 14:02 mcrodriguezb