UX: fix bulk select button height on search page (#12301)
This commit is contained in:
parent
fecf3e20d9
commit
8fb28ae365
|
@ -79,7 +79,7 @@
|
|||
.search-title {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
flex-wrap: wrap;
|
||||
button {
|
||||
margin: 0 0.5em 0.5em 0;
|
||||
|
|
Loading…
Reference in New Issue