diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index e41fc065..92a0081f 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -4,6 +4,11 @@ body { font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; + overflow-x: auto; + min-width: 1020px; +} +.ui.container { + width: 980px !important; } h1, h2, h3, h4, h5, .ui.header, @@ -28,10 +33,7 @@ pre, code { overflow: auto; } &.wrap { - white-space: pre-wrap; /* CSS 3 */ -// white-space: -moz-normal; /* Mozilla, since 1999 */ -// white-space: -normal; /* Opera 4-6 */ -// white-space: -o-normal; /* Opera 7 */ + white-space: pre-wrap; word-break: break-word; } } |