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:
Matthew Berns 2018-06-11 14:08:06 -05:00 committed by Matt Berns
parent 3ceaed757f
commit a25e293021
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@
.react-rubric .description-header {
height: 100%;
display: flex;
flex-direction: column;
vertical-align: text-top;
& .long-description button {
margin: 0;