mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-21 14:29:12 +00:00
Change logs breaking width
This commit is contained in:
parent
26086269e5
commit
61d521f9f9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class _LogsState extends State<Logs> {
|
|||
Widget build(BuildContext context) {
|
||||
return LayoutBuilder(
|
||||
builder: (context, constraints) {
|
||||
if (constraints.maxWidth > 1000) {
|
||||
if (constraints.maxWidth > 800) {
|
||||
return Material(
|
||||
color: Colors.transparent,
|
||||
child: Row(
|
||||
|
|
Loading…
Add table
Reference in a new issue