mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Fix filter button overflow in workflows list (no-changelog) (#14081)
This commit is contained in:
committed by
GitHub
parent
01c7cc939a
commit
5aacc2e0c2
@@ -167,10 +167,10 @@ onBeforeMount(async () => {
|
|||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.filter-button {
|
.filter-button {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&.no-label {
|
&.no-label {
|
||||||
|
width: 30px;
|
||||||
span + span {
|
span + span {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user