Skip to content

Commit 006f478

Browse files
committed
Fix create button alignement in listings
1 parent 0e75172 commit 006f478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/components/Filter.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
div {
181181
display:inline-block;
182182
183-
button, a {
183+
button:not(.button--validate), a{
184184
vertical-align: middle;
185185
}
186186

0 commit comments

Comments
 (0)