Skip to content

Commit

Permalink
release: 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Bujański committed May 23, 2022
1 parent bc8de5a commit 1927a17
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MDB5
Version: FREE 4.0.0
Version: FREE 4.1.0

Documentation:
https://mdbootstrap.com/docs/standard/
Expand Down
2 changes: 1 addition & 1 deletion css/mdb.dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.dark.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.dark.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.dark.rtl.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/mdb.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/mdb.rtl.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/mdb.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/mdb.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdb-ui-kit",
"version": "4.0.0",
"version": "4.1.0",
"main": "js/mdb.min.js",
"homepage": "https://mdbootstrap.com/docs/standard/",
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
Expand Down
25 changes: 25 additions & 0 deletions src/scss/free/_list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,28 @@
padding: 0.5rem 0;
}
}

.input-group {
&.input-group-lg {
.input-group-text {
height: $input-group-lg-height;
}
}
}

.input-group {
.input-group-text {
height: $input-group-height;
}
.btn {
line-height: 1;
}
}

.input-group {
&.input-group-sm {
.input-group-text {
height: $input-group-sm-height;
}
}
}

0 comments on commit 1927a17

Please sign in to comment.