A minor fix to the lesion table's line-height so the rows aren't so "fat" and the scrollbar appears at the right time

This commit is contained in:
Rob Lewis 2015-11-11 08:34:48 -05:00
parent 0a260ca5d2
commit 0e2c5e0d2e

View File

@ -31,7 +31,7 @@
border-bottom-width: 0 border-bottom-width: 0
font-weight: normal font-weight: normal
color:white color:white
line-height: 20px line-height: 15px
text-align: center text-align: center
margin: 0 margin: 0
padding: 5px padding: 5px
@ -50,7 +50,7 @@
tbody tbody
display: block display: block
height: 200px // Seems like this has to be fixed for overflow to work properly! height: 150px // Seems like this has to be fixed for overflow to work properly!
overflow: auto overflow: auto
width: 100% width: 100%
@ -70,6 +70,7 @@
border-bottom-width: 0 border-bottom-width: 0
margin: 0 margin: 0
padding: 5px padding: 5px
line-height: 15px
&.lesionNumber, &.target, &.lesionTableTimepointCell &.lesionNumber, &.target, &.lesionTableTimepointCell
text-align: center text-align: center