diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-11 16:22:26 +0200 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-17 17:17:57 +0200 |
commit | 4af5d5813080d5f236258e0ec045f1a8bddbe459 (patch) | |
tree | 749a5ae15b6d0819b224cdf22bf801d89f0f73fc /apps/user_status | |
parent | fbf8a463dba973dcd8077e84fe5934a70d3d45f2 (diff) | |
download | nextcloud-server-4af5d5813080d5f236258e0ec045f1a8bddbe459.tar.gz nextcloud-server-4af5d5813080d5f236258e0ec045f1a8bddbe459.zip |
Change `flex-direction` for input field
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/src/components/ClearAtSelect.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_status/src/components/ClearAtSelect.vue b/apps/user_status/src/components/ClearAtSelect.vue index 289b5e52345..63f828d9145 100644 --- a/apps/user_status/src/components/ClearAtSelect.vue +++ b/apps/user_status/src/components/ClearAtSelect.vue @@ -97,6 +97,7 @@ export default { &__select { flex-grow: 1; + min-width: 215px; } } </style> |