Merge pull request #29346 from nextcloud/fix/biography-resize

Allow resize of Biography/About box
pull/29355/head
Louis 5 years ago committed by GitHub
commit c5405befcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/settings/js/vue-settings-personal-info.js
  2. 2
      apps/settings/js/vue-settings-personal-info.js.map
  3. 2
      apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -125,7 +125,7 @@ export default {
align-items: center;
textarea {
resize: none;
resize: vertical;
grid-area: 1 / 1;
width: 100%;
margin: 3px 3px 3px 0;

Loading…
Cancel
Save