Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix context menu width #5398

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add missing space
  • Loading branch information
Martin Starman committed Oct 3, 2013
commit 21cdd6b42bf5ebcfe52abc8d139a06f48519ff96
2 changes: 1 addition & 1 deletion src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ a:focus {

// The 1px adjustments here are to account for the border around the top-level menu items.
margin: (@toolbar-top-gap-px - @menubar-top-padding - 1) 0 (-@menubar-bottom-padding + 1) (-@menubar-h-padding + 4);
width:100%;
width: 100%;

// General item appearance
a {
Expand Down