Page 1 of 1

bug反馈及提交简体中文语言json

Posted: Wed Feb 20, 2019 8:24 am
by nimabi
BUG
附件图片问BUG位置,解决方案:设置整体的固定宽度可以解决。

Re: bug反馈及提交简体中文语言json

Posted: Wed Feb 20, 2019 8:26 am
by abdulhalim
I had this problem, I used a smaller font-size 8px instead of 11px in the admin theme's CSS file

Re: bug反馈及提交简体中文语言json

Posted: Wed Feb 20, 2019 10:46 pm
by Edi
Thank you for reporting the problem!

Re: bug反馈及提交简体中文语言json

Posted: Fri Feb 22, 2019 6:35 pm
by diego

Re: bug反馈及提交简体中文语言json

Posted: Fri Mar 22, 2019 8:37 am
by abdulhalim
Hello,

FYI I still have this issue. I replaced the GitHub fixed files (edit-content, new-content), the draft button is too little.

So I change the

Code: Select all

max(100,Text::length($L->g('Publish'))* 15)
to

Code: Select all

max(100,Text::length($L->g('Publish'))* 25)
everything is fine now.

regards,
Abdulhalim