Shrink log message and histogram height
parent
7537ee3727
commit
79da5c5a9e
|
@ -8,7 +8,7 @@ import {
|
|||
filterTableColumns,
|
||||
} from 'src/dashboards/utils/tableGraph'
|
||||
|
||||
export const ROW_HEIGHT = 26
|
||||
export const ROW_HEIGHT = 18
|
||||
const CHAR_WIDTH = 9
|
||||
|
||||
export const getValuesFromData = (data: TableData): string[][] =>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
$logs-viewer-graph-height: 220px;
|
||||
$logs-viewer-graph-height: 170px;
|
||||
$logs-viewer-search-height: 46px;
|
||||
$logs-viewer-filter-height: 42px;
|
||||
$logs-viewer-results-text-indent: 33px;
|
||||
|
@ -33,7 +33,7 @@ $logs-viewer-gutter: 60px;
|
|||
}
|
||||
|
||||
.logs-viewer--table-container {
|
||||
padding: 12px $logs-viewer-gutter 30px $logs-viewer-gutter;
|
||||
padding: 0 $logs-viewer-gutter 30px $logs-viewer-gutter;
|
||||
height: calc(
|
||||
100% - #{$logs-viewer-graph-height + $logs-viewer-search-height +
|
||||
$logs-viewer-filter-height}
|
||||
|
|
Loading…
Reference in New Issue