Skip to content

Commit c5405be

Browse files
authored
Merge pull request #29346 from nextcloud/fix/biography-resize
Allow resize of Biography/About box
2 parents 2358208 + 3afe391 commit c5405be

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/settings/js/vue-settings-personal-info.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/js/vue-settings-personal-info.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/src/components/PersonalInfo/BiographySection/Biography.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
align-items: center;
126126
127127
textarea {
128-
resize: none;
128+
resize: vertical;
129129
grid-area: 1 / 1;
130130
width: 100%;
131131
margin: 3px 3px 3px 0;

0 commit comments

Comments
 (0)