mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-01 14:04:57 +03:00
fixed ListItem height for the dropdown menu
This commit is contained in:
parent
8d83a9279c
commit
16b3545c12
@ -10,7 +10,7 @@
|
||||
</script>
|
||||
|
||||
<button disabled={selected} class="button" class:selected on:click={() => dispatch('click')}>
|
||||
<div class="text-base-14 text-bold">
|
||||
<div class="label text-base-14 text-bold">
|
||||
<slot />
|
||||
</div>
|
||||
{#if icon}
|
||||
@ -42,7 +42,11 @@
|
||||
color: var(--clr-theme-scale-ntrl-50);
|
||||
}
|
||||
& .icon {
|
||||
display: flex;
|
||||
color: var(--clr-theme-scale-ntrl-50);
|
||||
}
|
||||
& .label {
|
||||
height: var(--space-16);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user