File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
libs/flowbite-angular/card/src Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ export const CardOrientationStory: StoryObj<StoryType> = {
177177 props : args ,
178178 template : `
179179 <div flowbiteCard ${ argsToTemplate ( args ) } >
180- <img class="rounded-t -lg h-96 object-cover" src="images/image-2.jpg" alt="" />
180+ <img class="rounded-l -lg max-w-24 md:max-w-48 object-cover" src="images/image-2.jpg" alt="" />
181181 <div flowbiteCardContent>
182182 <h5 flowbiteCardHeader>Noteworthy technology acquisitions 2021</h5>
183183 <p class="mb-3">Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p>
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ export const flowbiteCardContentTheme: FlowbiteCardContentTheme = createTheme({
4444 } ,
4545 } ,
4646 size : {
47- xs : 'w-xs' ,
48- sm : 'w-sm' ,
49- md : 'w-md' ,
50- lg : 'w-lg' ,
51- xl : 'w-xl' ,
47+ xs : 'max- w-xs' ,
48+ sm : 'max- w-sm' ,
49+ md : 'max- w-md' ,
50+ lg : 'max- w-lg' ,
51+ xl : 'max- w-xl' ,
5252 } ,
5353 } ,
5454} ) ;
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ export const flowbiteCardTheme: FlowbiteCardTheme = createTheme({
6262 } ,
6363 } ,
6464 size : {
65- xs : 'w-xs' ,
66- sm : 'w-sm' ,
67- md : 'w-md' ,
68- lg : 'w-lg' ,
69- xl : 'w-xl' ,
65+ xs : 'max- w-xs' ,
66+ sm : 'max- w-sm' ,
67+ md : 'max- w-md' ,
68+ lg : 'max- w-lg' ,
69+ xl : 'max- w-xl' ,
7070 } ,
7171 } ,
7272} ) ;
You can’t perform that action at this time.
0 commit comments