I use this css definition :
smart-grid {
width: 100%;
height: auto;
min-height : 200;
max-height:200;
}
but the grid doesn’t fill the whole space.
I inspected the page and :
- the surrounding div fills the whole available space
- the smart-grid has a width not defined by myself and fills only a part of the available space
- cells in the grid don’t fill the whole available space of the grid
- some cells have a defined width (in %) others are set to auto
How can I solve theese aesthetic problems ?
Tks