Skip to content

Commit 44bc589

Browse files
authored
Tweak *bootstrap* gutter width (OpenUserJS#1530)
* Hopefully this will keep the bottom scrollbar from appearing again on desktops in "All Discussions" NOTES: * Seems to be rounding up on `.make-row` which generates `-8px` instead of needed `-7px` Auto-merge
1 parent a0d7a9f commit 44bc589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/less/bootstrap/oujs-variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
//** Number of columns in the grid.
294294
@grid-columns: 12;
295295
//** Padding between columns. Gets divided in half for the left and right.
296-
@grid-gutter-width: 15px;
296+
@grid-gutter-width: 14px;
297297
// Navbar collapse
298298
//** Point at which the navbar becomes uncollapsed.
299299
@grid-float-breakpoint: @screen-sm-min;

0 commit comments

Comments
 (0)