guohh 6 anni fa
parent
commit
dc7cedba3e
1 ha cambiato i file con 2 aggiunte e 8 eliminazioni
  1. 2 8
      ipuui/src/sass/layout/layout.scss

+ 2 - 8
ipuui/src/sass/layout/layout.scss

143
  }
143
  }
144
144
145
  > {
145
  > {
146
    .ipu-col {
147
      width: auto;
148
      height: 0;
149
    }
150
    .ipu-col-auto {
151
      height: auto;
152
    }
153
146
    .ipu-col,
154
    [class*="ipu-flex-grow-"],
147
    [class*="ipu-flex-grow-"],
155
    .ipu-flex-col-auto {
148
    .ipu-flex-col-auto {
156
      height: 0;
149
      height: 0;
157
      width: auto;
150
      width: auto;
158
    }
151
    }
152
    .ipu-col-auto,
159
    .ipu-flex-grow-0 {
153
    .ipu-flex-grow-0 {
160
      height: auto;
154
      height: auto;
161
    }
155
    }