浏览代码

Fix for overflowing tables

master
Said Achmiz 6 年前
父节点
当前提交
9c3550abfc
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      papyrus.css

+ 6
- 0
papyrus.css 查看文件

@@ -99,6 +99,7 @@ body {
padding: var(--papyrus-content-padding);
display: flex;
flex-flow: column;
min-width: 0;
}

/*======================*/
@@ -164,6 +165,7 @@ body {

#wikitext {
line-height: 1.5;
hyphens: auto;
}

#wikitext p {
@@ -408,6 +410,10 @@ a {
font-weight: normal;
color: #a74000;
}
#wikitext a {
overflow-wrap: break-word;
word-break: break-all;
}

a:visited {
text-decoration: none;

正在加载...
取消
保存