Update role div height

Move serialization into the route
change member.role to member.role_name in form and route
Return 400 for invalid form submission
This commit is contained in:
leigh-mil
2019-05-13 11:29:24 -04:00
parent fd84e902e3
commit 546e04555d
6 changed files with 51 additions and 65 deletions

View File

@@ -54,6 +54,7 @@
white-space: nowrap;
width: 20rem;
position: relative;
height: 3.6rem;
&.unassigned {
border: solid 1px $color-gray-light;
@@ -88,6 +89,7 @@
margin: $gap;
padding: ($gap / 2) $gap;
font-weight: $font-normal;
height: 3.6rem;
}
}
}