Merge pull request #2966 from TsLenMo/master

Fix a software page style issue for rosy, Fix #2965.
This commit is contained in:
Florian Eckert 2019-08-06 12:06:12 +02:00 committed by GitHub
commit 2bc03f86de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,8 @@
line-height: normal; line-height: normal;
display: table-cell; display: table-cell;
padding: .5em; padding: .5em;
word-break: break-all;
word-wrap: break-word;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }
@ -136,6 +138,7 @@
.col-10 { .col-10 {
flex: 10 10 300px !important; flex: 10 10 300px !important;
width: 60%;
} }
/* dom 元素 */ /* dom 元素 */