79815098

Date: 2025-11-10 00:10:49
Score: 1.5
Natty:
Report link

Frame can be applied to menu item as such

Menu("Options") {
    Button("Option 1") {
    }
    Button("Option 2") {
    }
}
.frame(width: 50)

The output will be as below. (Please ignore the button).

Showing menu dropdown with less width

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aayush Sinha