Merge pull request #40873 from nextcloud/fix/36965-fix-search-contacts

Fix width of input on contacts menu
pull/40960/head
Julia Kirschenheuter 3 years ago committed by GitHub
commit bd46abac00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/src/views/ContactsMenu.vue
  2. 4
      dist/core-main.js
  3. 2
      dist/core-main.js.map

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

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save