By Niccolo Angeli on Thursday, 07 June 2018
Posted in Technical Issues
Replies 6
Likes 0
Views 663
Votes 0
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


#ed .form-control-sm {
width: 60px !important; }


maybe test on your side to see if it's actually an Easydiscuss issue

Thanks
Hi there,

I believed that you are using smaller width resolution and may causing that issues on your end as it is working fine on my as you can see here https://screencast.com/t/FbdWaBBfJ

Please advice.
·
Friday, 08 June 2018 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Strange,
it seems to me that it's Easydiscuss CSS that is conflicting with itself, I can see this rule (media/com_easydiscuss/themes/admin/css/style.min.css?737ea9953b21c4ffabc349e9b20f3b4b=1)


#ed .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}


that si overriding this other one (media/com_easydiscuss/themes/admin/css/style.min.css?737ea9953b21c4ffabc349e9b20f3b4b=1)


#ed .form-control-sm {
width: 60px;
display: table-cell;
vertical-align: middle;
}


if I disable width:100% via chrome inspector, those filelds show fine
·
Friday, 08 June 2018 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It is strange for me also as i viewed them and it is showing correctly on my end as you can see here https://screencast.com/t/ElyHDRCUU

Please advice.
·
Friday, 08 June 2018 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
How can I easily ovveride this rule? I placed new css in my iste template custom css file, but of course it doesn't work in backend.
Thank you
·
Friday, 08 June 2018 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can apply them on which template you are using right now for your backend as i believed it is 'isis' template. Please give it a try and see how it goes.
·
Friday, 08 June 2018 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post