Skip to content

Commit 92999d1

Browse files
Add padding to input-group-btn
1 parent 5df2a81 commit 92999d1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

dist/csh-material-bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/csh-material-bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/csh-material-bootstrap.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,10 @@ input[type="checkbox"],
435435
}
436436
}
437437

438+
.input-group-btn {
439+
padding-left: 10px;
440+
}
441+
438442
.form-group-lg {
439443
select,
440444
select.form-control {

0 commit comments

Comments
 (0)