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:
parent
6ec761868b
commit
51c059f1ba
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
> * {
|
> * {
|
||||||
-webkit-font-smoothing: auto; // Better readability on non-retina screens
|
-webkit-font-smoothing: auto; // Better readability on non-retina screens
|
||||||
padding: 2px 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.wrap {
|
&.wrap {
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
.LogRow {
|
.LogRow {
|
||||||
|
padding: 2px calc(var(--padding) * 2);
|
||||||
|
line-height: 150%;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--logRowHoverBackground);
|
background: var(--logRowHoverBackground);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user