Fix provider server columns wrapping on macOS

This commit is contained in:
Davide 2025-02-12 00:35:07 +01:00
parent e88da17ad8
commit 41874c8bb1
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -104,7 +104,6 @@ private extension ProviderServerView.ContentView {
}
.cursor(.hand)
}
.width(min: 300.0)
}
}
}