diff --git a/package.json b/package.json index 621ccf1..c6d9a34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", - "version": "4.6.7", + "version": "4.6.8", "description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "author": "Tony Air ", "license": "BSD-2-Clause", diff --git a/src/scss/layout/forms/basics.scss b/src/scss/layout/forms/basics.scss index 47c5fd9..93819c3 100644 --- a/src/scss/layout/forms/basics.scss +++ b/src/scss/layout/forms/basics.scss @@ -9,6 +9,11 @@ & + .field__content { padding-left: $form-spacer-x; } + + &-right { + flex: 1 1 100%; + padding: .5em; + } } &__content {