mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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>
|
||||
.filter-button {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
align-items: center;
|
||||
|
||||
&.no-label {
|
||||
width: 30px;
|
||||
span + span {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user