1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

enable mobile compatibility

This commit is contained in:
lxsang 2021-02-07 13:25:18 +01:00
parent 96624d2cbd
commit ecd409778a

View File

@ -228,7 +228,7 @@ div.doc-toc a.highlight {
div.doc-content { div.doc-content {
display: block; display: block;
width: calc(100% - 30px); width: 100%;
float: right; float: right;
padding-left: 10px; padding-left: 10px;
} }