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

Set status item padding-inline to 0 if there is no children elements (#7529)

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
Henry Chen 2023-04-12 09:46:23 +03:00 committed by GitHub
parent 2ada830418
commit 01cc0186e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,10 @@
display: flex;
align-items: center;
&:empty {
padding-inline: 0;
}
&:hover {
cursor: pointer;
background-color: #ffffff33;