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

Fix up missing styles

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-30 09:52:35 -05:00
parent 8d8424152c
commit 23345e1ef6
2 changed files with 6 additions and 2 deletions

View File

@ -20,5 +20,9 @@
&.age {
flex: .5;
}
a.filterNamespace {
border-bottom: unset;
}
}
}

View File

@ -21,7 +21,7 @@
flex: .5;
}
a.namespaceFilter {
a.filterNamespace {
border-bottom: unset;
}
}