You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd suggest to make the input size smaller, e.g. size="10" because it's only needed for edge cases, and in these cases people want to enter only one or a few strings.
With the combination of a bigger input for (a) and a smaller input for (b) we would get a better balanced user interface, depending of the importance of the respective elements.
A few suggestions to improve the Insert footnote dialog fields:
(a) Footnote text
maxlengthof 128 characters but there are quite long footnotes in the wild, so we should allow 'maxlength' to be higher, maybe 256.(b) Footnote value
size="10"because it's only needed for edge cases, and in these cases people want to enter only one or a few strings.With the combination of a bigger input for (a) and a smaller input for (b) we would get a better balanced user interface, depending of the importance of the respective elements.