File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -201,37 +201,37 @@ Fixed width columns are still respected even if a smaller screen has auto column
201201<div class =" bg-smoke-light font-semibold text-sm mb-6 " >
202202 <div class="text-slate p-4 leading-none">.flex.flex-wrap</div>
203203 <div class="flex flex-wrap">
204- <div class="flex-fill md:w-1/6 md:flex-none">
204+ <div class="flex-grow md:w-1/6 md:flex-none">
205205 <div class="text-center py-4 bg-slate text-white">
206- <div>.flex-fill </div>
206+ <div>.flex-grow </div>
207207 <div>.md:w-1/6</div>
208208 <div>.md:flex-none</div>
209209 </div>
210210 </div>
211- <div class="flex-fill md:w-1/6 md:flex-none">
211+ <div class="flex-grow md:w-1/6 md:flex-none">
212212 <div class="text-center py-4 bg-slate-dark text-white">
213- <div>.flex-fill </div>
213+ <div>.flex-grow </div>
214214 <div>.md:w-1/6</div>
215215 <div>.md:flex-none</div>
216216 </div>
217217 </div>
218- <div class="flex-fill md:w-1/6 md:flex-none">
218+ <div class="flex-grow md:w-1/6 md:flex-none">
219219 <div class="text-center py-4 bg-slate text-white">
220- <div>.flex-fill </div>
220+ <div>.flex-grow </div>
221221 <div>.md:w-1/6</div>
222222 <div>.md:flex-none</div>
223223 </div>
224224 </div>
225- <div class="flex-fill md:w-1/6 md:flex-none">
225+ <div class="flex-grow md:w-1/6 md:flex-none">
226226 <div class="text-center py-4 bg-slate-dark text-white">
227- <div>.flex-fill </div>
227+ <div>.flex-grow </div>
228228 <div>.md:w-1/6</div>
229229 <div>.md:flex-none</div>
230230 </div>
231231 </div>
232- <div class="flex-fill md:w-1/6 md:flex-none">
232+ <div class="flex-grow md:w-1/6 md:flex-none">
233233 <div class="text-center py-4 bg-slate text-white">
234- <div>.flex-fill </div>
234+ <div>.flex-grow </div>
235235 <div>.md:w-1/6</div>
236236 <div>.md:flex-none</div>
237237 </div>
You can’t perform that action at this time.
0 commit comments