fix: removido flexible do card item
This commit is contained in:
parent
7fc7f50aa5
commit
9ec4a862b0
|
@ -79,8 +79,7 @@ class _CardItemTemplateComponentWidgetState extends State<CardItemTemplateCompon
|
|||
),
|
||||
),
|
||||
const SizedBox(width: 2.5),
|
||||
Flexible(
|
||||
child: Text(
|
||||
Text(
|
||||
text,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: FlutterFlowTheme.of(context).bodyMedium.override(
|
||||
|
@ -90,7 +89,6 @@ class _CardItemTemplateComponentWidgetState extends State<CardItemTemplateCompon
|
|||
fontWeight: FontWeight.bold,
|
||||
useGoogleFonts: GoogleFonts.asMap().containsKey(FlutterFlowTheme.of(context).bodyMediumFamily),
|
||||
),
|
||||
),
|
||||
)
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue