Skip to content

Commit

Permalink
ENH Remove background form description and unclickable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Jan 23, 2024
1 parent 79955d2 commit 1c6f96b
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 1c6f96b

Please sign in to comment.