Skip to content

Commit ee27ece

Browse files
committed
use padding to prevent vert scrollbar from causing horz scrollbar
1 parent 16deaf6 commit ee27ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/brackets_patterns_override.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
a {
289289
// Less padding than on menus. More padding on top than bottom
290290
// to center font within its bg highlight better.
291-
padding: 2px 0px 0px 0px;
291+
padding: 2px 20px 0px 0px;
292292

293293
// Don't show highlighting on hover for code hints...
294294
&:hover {

0 commit comments

Comments
 (0)