nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.91k stars 4.02k forks source link

Input line for app password name is way too big #48406

Open susnux opened 1 week ago

susnux commented 1 week ago

The input should be clamped to a reasonable width (maybe just use 300px?)

image

Fenn-CS commented 4 days ago

Looks fine and has well defined widths on master:

Image

https://github.com/nextcloud/server/blob/e333bc3c8f67c6bb685f36bdad386cbfad49474d/apps/settings/src/components/AuthTokenSetup.vue#L13

https://github.com/nextcloud/server/blob/e333bc3c8f67c6bb685f36bdad386cbfad49474d/apps/settings/src/components/AuthTokenSetup.vue#L86