aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2024-02-05 15:41:28 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-02-06 12:25:25 +0000
commit95aecf6216382b86cbd02bf692d0ca4853f730f0 (patch)
tree93797847604eb12d146703b83d164c2809b70d66 /apps/settings/src
parent723cbcb70820d84c7850b5d5aae9092a13ed7450 (diff)
downloadnextcloud-server-95aecf6216382b86cbd02bf692d0ca4853f730f0.tar.gz
nextcloud-server-95aecf6216382b86cbd02bf692d0ca4853f730f0.zip
techdebt(settings): mark visibility selects as label-outside
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/components/PersonalInfo/ProfileVisibilitySection/VisibilityDropdown.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/components/PersonalInfo/ProfileVisibilitySection/VisibilityDropdown.vue b/apps/settings/src/components/PersonalInfo/ProfileVisibilitySection/VisibilityDropdown.vue
index 305410156a2..0c01368c149 100644
--- a/apps/settings/src/components/PersonalInfo/ProfileVisibilitySection/VisibilityDropdown.vue
+++ b/apps/settings/src/components/PersonalInfo/ProfileVisibilitySection/VisibilityDropdown.vue
@@ -31,6 +31,7 @@
:clearable="false"
:options="visibilityOptions"
:value="visibilityObject"
+ label-outside
@option:selected="onVisibilityChange" />
</div>
</template>