gridea-theme-simple icon indicating copy to clipboard operation
gridea-theme-simple copied to clipboard

手机端展示效果问题

Open JYlsc opened this issue 6 years ago • 1 comments

使用手机端时,界面未完全占据所有页面 可左滑,有空白

JYlsc avatar Jun 08 '19 14:06 JYlsc

据我所知两种情况会出现:

  1. 涉及到代码,某些特定语言的代码,我之前写了yml 遇到过
  2. 链接过长,main.less关于a标签作添加以下代码可以解决
  word-wrap:break-word;
  word-break:break-all;

kytrun avatar Dec 31 '19 11:12 kytrun