Skip to content

Commit f9514dd

Browse files
committed
Cell height fix
1 parent 5b96bea commit f9514dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dashboard/Data/Config/Config.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
align-items: center;
66
justify-content: center;
77
vertical-align: middle;
8-
width: 25px;
9-
height: 25px;
8+
width: 20px;
9+
height: 20px;
1010
cursor: pointer;
1111
svg {
1212
fill: currentColor;

src/dashboard/TableView.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ body:global(.expanded) {
5454
}
5555

5656
td {
57-
line-height: normal;
57+
line-height: 20px;
5858
padding: 8px 16px;
5959
overflow: hidden;
6060
text-overflow: ellipsis;

0 commit comments

Comments
 (0)