Skip to content

Commit 6ba6566

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d54f948 commit 6ba6566

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/baseframe/static/css/chosen.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,13 @@
405405
}
406406

407407
.chzn-container .chzn-results-scroll-down span {
408-
background: url('/_baseframe/img/chosen-sprite.png?1330837580') no-repeat -4px -3px;
408+
background: url('/_baseframe/img/chosen-sprite.png?1330837580')
409+
no-repeat -4px -3px;
409410
}
410411

411412
.chzn-container .chzn-results-scroll-up span {
412-
background: url('/_baseframe/img/chosen-sprite.png?1330837580') no-repeat -22px -3px;
413+
background: url('/_baseframe/img/chosen-sprite.png?1330837580')
414+
no-repeat -22px -3px;
413415
}
414416

415417
/* @end */
@@ -579,7 +581,8 @@
579581
}
580582

581583
.chzn-rtl .chzn-search input {
582-
background: #fff url('/_baseframe/img/chosen-sprite.png?1330837580') no-repeat -38px -22px;
584+
background: #fff url('/_baseframe/img/chosen-sprite.png?1330837580')
585+
no-repeat -38px -22px;
583586
padding: 4px 4px 4px 20px;
584587
direction: rtl;
585588
}

src/baseframe/static/less/bootstrap/mixins.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@
341341
// -------------------------
342342
#inputGridSystem {
343343
.inputColumns(@gridGutterWidth, @gridColumnWidth, @gridRowWidth, @columns) {
344-
width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) -
345-
10;
344+
width: ((@gridColumnWidth) * @columns) +
345+
(@gridGutterWidth * (@columns - 1)) - 10;
346346
}
347347
.generate(@gridColumns, @gridColumnWidth, @gridGutterWidth) {
348348
input,

0 commit comments

Comments
 (0)