From 7e92fa863e5752f91238fe4bc123dd68b2c0fd64 Mon Sep 17 00:00:00 2001 From: godeka Date: Wed, 29 May 2024 23:31:05 +0900 Subject: [PATCH] =?UTF-8?q?[style]=20=EB=82=B4=20=EC=B9=B4=ED=8E=98=20?= =?UTF-8?q?=EB=B9=A8=EA=B0=84=EC=A0=90=20=ED=91=9C=EC=8B=9C=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=9D=B4=EB=8F=99=20#380?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/lib/screen/cafe_details.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/lib/screen/cafe_details.dart b/frontend/lib/screen/cafe_details.dart index 0e222dc111..358294d91e 100644 --- a/frontend/lib/screen/cafe_details.dart +++ b/frontend/lib/screen/cafe_details.dart @@ -1,5 +1,6 @@ import 'dart:async'; import 'dart:ui'; +import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:frontend/model/matching_info_model.dart'; @@ -160,7 +161,8 @@ class _CafeDetailsState extends State appBar: TopAppBar( titleWidget: Row( children: [ - Expanded( + SizedBox( + width: 280, child: Text( widget.cafeName, style: const TextStyle(