server
server copied to clipboard
Input line for app password name is way too big
The input should be clamped to a reasonable width (maybe just use 300px?)
Looks fine and has well defined widths on master:
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
Looks fine and has well defined widths on master:
30 is relevant, still not fixed on 30.0.1 RC2