fix styling in Safari when rubric is displayed
fixes OUT-2287 test plan: test the following in all browsers: - open a rubric for assessing in speedgrader - the styling should appear correctly (boxes right size, no weird padding or white space, discription text should align to top of cell, etc) - open a rubric for assessing on the submission show page - the styling should appear correctly Change-Id: I543671f144ecdc8015771be2ed79184f15a61c10 Reviewed-on: https://gerrit.instructure.com/153331 Reviewed-by: Frank Murphy <fmurphy@instructure.com> Tested-by: Jenkins Reviewed-by: Augusto Callejas <acallejas@instructure.com> QA-Review: Augusto Callejas <acallejas@instructure.com> Product-Review: Sidharth Oberoi <soberoi@instructure.com>
This commit is contained in:
parent
3ceaed757f
commit
a25e293021
|
@ -46,8 +46,7 @@
|
|||
|
||||
.react-rubric .description-header {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
vertical-align: text-top;
|
||||
|
||||
& .long-description button {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue