FIX: form improvements

This commit is contained in:
Tony Air 2020-07-02 18:55:03 +07:00
parent 331137f207
commit d8246ba339
4 changed files with 5 additions and 3 deletions

2
dist/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "2.3.0",
"version": "2.3.1",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",

View File

@ -84,10 +84,12 @@ input.checkbox {
margin: 1rem 0;
display: block;
width: 100%;
max-width: 100%;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
width: 100%;
max-width: 100%;
}
}