Skip to content

Commit

Permalink
ENH Remove background form description and unclickable fields (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Jan 24, 2024
1 parent c8f03f2 commit 493909d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/components/Form/Form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
.form__field-holder p.readonly,
.form__field-holder input.readonly,
.form__field-holder span.readonly,
.readonly .form__field-holder > div {
.readonly .form__field-holder > div:not(.form__field-description) {
padding-top: $input-padding-y;
padding-bottom: $input-padding-y;
padding-left: $input-btn-padding-x;
Expand Down

0 comments on commit 493909d

Please sign in to comment.