Skip to content

Commit 00a27ac

Browse files
add partial flat grid ui row/cell height css overwrites (#138)
1 parent f35431b commit 00a27ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/renderer/styles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,15 @@ th {
120120
.data-summary td svg {
121121
transform: translateY(0px) !important;
122122
}
123+
124+
/* flat grid row/cell styles */
125+
/* TODO: see issue #138 related to reducing data row height
126+
127+
.github-octo-flat-ui {
128+
line-height: 0.8 !important;
129+
}
130+
131+
.cell {
132+
height: 24px !important;
133+
}
134+
*/

0 commit comments

Comments
 (0)