Hello.
in V4.1 - Backend
Settings > Layout > Recent view > Introtext length > text box
Settings > Layout > Forums view > Limit Categories Per Page > text box
the text box width of 60px is not respected and the content inside the text box itself is being hidden, could be justa conflict with my template css, but I can't find anything by inspecting the code, for now I just solved like this
maybe test on your side to see if it's actually an Easydiscuss issue
Thanks
in V4.1 - Backend
Settings > Layout > Recent view > Introtext length > text box
Settings > Layout > Forums view > Limit Categories Per Page > text box
the text box width of 60px is not respected and the content inside the text box itself is being hidden, could be justa conflict with my template css, but I can't find anything by inspecting the code, for now I just solved like this
#ed .form-control-sm {
width: 60px !important; }
maybe test on your side to see if it's actually an Easydiscuss issue
Thanks