Skip to content

Commit

Permalink
Merge pull request #9129 from nextcloud/backport/9126/stable3.4
Browse files Browse the repository at this point in the history
[stable3.4] fix(search): Align advanced search UI elements better
  • Loading branch information
ChristophWurst authored Dec 1, 2023
2 parents 62146db + 8017d46 commit e46431f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SearchMessages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ export default {
.search-messages {
min-height: 52px;
margin: 3px 0 0 52px;
padding-right: 4px; /* matches .app-content-list */
border-right: 1px solid var(--color-border);
position: relative;
display: flex;
Expand All @@ -486,8 +487,7 @@ export default {
z-index: 1;
input {
width: calc(100% - 45px);
margin: 4px 6px;
flex-grow: 1;
}
.action-item--single {
Expand Down

0 comments on commit e46431f

Please sign in to comment.