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

Post Reply
nimabi
Jr. Bludit
Posts: 3
Joined: Fri Feb 02, 2018 5:50 am

BUG
附件图片问BUG位置,解决方案:设置整体的固定宽度可以解决。
Attachments
zh_CN.zip
简体中文语言
(7.03 KiB) Downloaded 291 times
BUG图片
BUG图片
bug.JPG (51.13 KiB) Viewed 2631 times
User avatar
abdulhalim
Master Bludit
Posts: 128
Joined: Thu Mar 10, 2016 6:25 pm
Location: Bandar Abbas
Been thanked: 4 times
Contact:

I had this problem, I used a smaller font-size 8px instead of 11px in the admin theme's CSS file
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Thank you for reporting the problem!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

User avatar
abdulhalim
Master Bludit
Posts: 128
Joined: Thu Mar 10, 2016 6:25 pm
Location: Bandar Abbas
Been thanked: 4 times
Contact:

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
Post Reply