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

Fix: increase catalog entity name col width (#4776)

* Increase .entityName col width

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Adjust catalog menu paddings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fix table head border color

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-01-31 17:04:15 +03:00 committed by GitHub
parent a9abcf99e4
commit 65669f6a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,8 @@
.content {
min-height: 26px;
line-height: 1.3;
padding: 2px var(--padding) 2px 0;
&:hover {
background-color: var(--sidebarItemHoverBackground);
@ -39,6 +41,8 @@
.iconContainer {
margin-left: 28px;
margin-top: 2px;
align-self: flex-start;
}
}

View File

@ -20,6 +20,7 @@
padding: 0 var(--padding);
padding-bottom: 0;
padding-right: 24px; // + reserved space for .pinIcon
flex-grow: 2.5!important;
> span {
overflow: hidden;

View File

@ -4,7 +4,7 @@
*/
.TableHead {
$border: 1px solid var(--layoutBackground);
$border: 1px solid var(--tableHeaderBorderColor);
background-color: var(--tableHeaderBackground);
border-bottom-width: var(--tableHeaderBorderWidth);