guohh 6 vuotta sitten
vanhempi
commit
dc7cedba3e
1 muutettua tiedostoa jossa 2 lisäystä ja 8 poistoa
  1. 2 8
      ipuui/src/sass/layout/layout.scss

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

@ -143,19 +143,13 @@
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 147
    [class*="ipu-flex-grow-"],
155 148
    .ipu-flex-col-auto {
156 149
      height: 0;
157 150
      width: auto;
158 151
    }
152
    .ipu-col-auto,
159 153
    .ipu-flex-grow-0 {
160 154
      height: auto;
161 155
    }