server icon indicating copy to clipboard operation
server copied to clipboard

Input line for app password name is way too big

Open susnux opened this issue 1 year ago • 2 comments

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

image

susnux avatar Sep 26 '24 16:09 susnux

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

nfebe avatar Oct 02 '24 08:10 nfebe

Looks fine and has well defined widths on master:

30 is relevant, still not fixed on 30.0.1 RC2

susnux avatar Oct 11 '24 11:10 susnux