From 0e2c5e0d2e65b1e5bc4df1b0970d53b8c12f60d1 Mon Sep 17 00:00:00 2001 From: Rob Lewis Date: Wed, 11 Nov 2015 08:34:48 -0500 Subject: [PATCH] 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 --- .../lesiontracker/components/lesionTable/lesionTable.styl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Packages/lesiontracker/components/lesionTable/lesionTable.styl b/Packages/lesiontracker/components/lesionTable/lesionTable.styl index da25e57e7..18aec8968 100644 --- a/Packages/lesiontracker/components/lesionTable/lesionTable.styl +++ b/Packages/lesiontracker/components/lesionTable/lesionTable.styl @@ -31,7 +31,7 @@ border-bottom-width: 0 font-weight: normal color:white - line-height: 20px + line-height: 15px text-align: center margin: 0 padding: 5px @@ -50,13 +50,13 @@ tbody 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 width: 100% tr.lesionTableRow width: 100% - + &:nth-child(even) background: #888 &:nth-child(odd) @@ -70,6 +70,7 @@ border-bottom-width: 0 margin: 0 padding: 5px + line-height: 15px &.lesionNumber, &.target, &.lesionTableTimepointCell text-align: center