make max-height attribute the same as when editing
fixes #8326 test plan: 1. go to default account 2. click grading schemes 3. notice height of table when not editing is much bigger and easier to read 4. click the edit button on the right of the table 5. notice the table stays the same size Change-Id: I2ba1421f0c9ca659e2f85c712094057d86836ce3 Reviewed-on: https://gerrit.instructure.com/12259 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Jon Jensen <jon@instructure.com>
This commit is contained in:
parent
cf5ff5a1cc
commit
175a7c6a9d
|
@ -14,13 +14,11 @@
|
|||
font-size: 1.2em
|
||||
.display_grading_standard
|
||||
.data_holder
|
||||
max-height: 50px
|
||||
.data_holder
|
||||
margin-left: 20px
|
||||
max-height: 175px
|
||||
margin-left: 20px
|
||||
&.editing
|
||||
.display_grading_standard
|
||||
.data_holder
|
||||
max-height: 175px
|
||||
.grading_standard
|
||||
.data_holder
|
||||
max-height: 175px
|
||||
|
|
Loading…
Reference in New Issue