From e9c7fa0f045756fe05ab7c4632cf886e329f4582 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 Oct 2020 09:31:43 +0200 Subject: Show the subline Signed-off-by: Joas Schilling --- apps/user_status/src/components/SetStatusModal.vue | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/user_status/src/components/SetStatusModal.vue') diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue index 4c2d8e937cc..c6d48d493ce 100644 --- a/apps/user_status/src/components/SetStatusModal.vue +++ b/apps/user_status/src/components/SetStatusModal.vue @@ -36,6 +36,7 @@ :checked="status.type === statusType" @select="changeStatus"> {{ status.label }} + {{ status.subline }} @@ -247,6 +248,10 @@ export default { // Space between the two sections margin-bottom: 40px; grid-template-columns: 1fr 1fr; + + .subline { + display: block; + } } &__custom-input { -- cgit v1.2.3