Skip to content

Commit

Permalink
fix: monitor warn card overflow for all (#277)
Browse files Browse the repository at this point in the history
* fix: monitor warn card overflow for jp and zh

* fix: monitor warn card overflow for jp

* fix: monitor warn card overflow

---------

Co-authored-by: Kamiya <[email protected]>
Co-authored-by: lowrt <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2024
1 parent 5254eba commit 09145fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/page/map/monitor/monitor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ class _MonitorPageState extends State<MonitorPage> with SingleTickerProviderStat
if (!monitor)
Positioned(
key: monitorButtonKey,
right: 4,
left: 4,
top: 40,
child: Material(
color: context.colors.error,
Expand Down

0 comments on commit 09145fc

Please sign in to comment.