Skip to content

Commit

Permalink
Merge pull request #40873 from nextcloud/fix/36965-fix-search-contacts
Browse files Browse the repository at this point in the history
Fix width of input on contacts menu
  • Loading branch information
JuliaKirschenheuter authored Oct 18, 2023
2 parents 0c1c045 + f760927 commit bd46aba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/src/views/ContactsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export default {
height: calc(100vh - 50px * 3);
max-height: calc(50px * 6 + 2px + 26px);
min-height: calc(50px * 3.5);
width: 350px;

label[for="contactsmenu__menu__search"] {
font-weight: bold;
Expand Down
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit bd46aba

Please sign in to comment.