1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Response to comments

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
Hung-Han (Henry) Chen 2021-09-14 10:07:14 +03:00
parent 0a7971d755
commit 7992521b51
No known key found for this signature in database
GPG Key ID: 54B44603D251B788
2 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,6 @@
.TableCell {
padding-top: 0;
padding-bottom: $padding * 0.75188; // = $padding / 1.33
}
}

View File

@ -25,7 +25,7 @@
flex: 0 0 55px !important;
> * {
margin: $margin * 0.7692 auto; // floor($margin / 1.3)
margin: 6px auto;
}
}