fix(editor): Fix filter button overflow in workflows list (no-changelog) (#14081)

This commit is contained in:
Milorad FIlipović
2025-03-20 17:37:00 +01:00
committed by GitHub
parent 01c7cc939a
commit 5aacc2e0c2

View File

@@ -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;
}