Skip to content

Commit

Permalink
SQL-211 add react keys and widen box
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Jan 5, 2024
1 parent e8ad480 commit b855169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/sass/reactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@ ul.reaction-error-list {
div.reaction-edit-invalid {
background-color: pink;
}

.val > input {
min-width: 20em;
}
1 change: 1 addition & 0 deletions src/com/yetanalytics/lrs_admin_ui/views/reactions.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@
or-clauses :or
not-clause :not
:as clause}]
^{:key (pr-str reaction-path)}
(cond
and-clauses
[render-and
Expand Down

0 comments on commit b855169

Please sign in to comment.