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

Give more room to the LogRows content

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-09-06 18:54:26 +03:00
parent 6ec761868b
commit 51c059f1ba
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,6 @@
> * {
-webkit-font-smoothing: auto; // Better readability on non-retina screens
padding: 2px 16px;
}
&.wrap {

View File

@ -1,4 +1,7 @@
.LogRow {
padding: 2px calc(var(--padding) * 2);
line-height: 150%;
&:hover {
background: var(--logRowHoverBackground);
}