diff --git a/css/data-explorer.css b/css/data-explorer.css index 2705d14a..c6683954 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -25,11 +25,6 @@ width: 30px; } -.doc-count { - font-weight: bold; - font-size: 120%; -} - .data-view-container { display: block; clear: both; @@ -132,6 +127,11 @@ * Data Table *********************************************************/ +.data-table-container { + overflow: auto; + height: 550px; +} + .data-table { border: 1px solid #ccc; font-size: 12px;