Skip to content

Commit 328628b

Browse files
authored
Merge pull request #374 from cuining/dev
Tweak docs style
2 parents 710b783 + dbf9989 commit 328628b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

site/styles/base.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,31 +201,28 @@ body {
201201
font-size: 12px;
202202
}
203203

204-
>div>table {
204+
table {
205205
border-collapse: collapse;
206206
width: 100%;
207207
background-color: #fff;
208208
color: #5e6d82;
209209
font-size: 14px;
210210
margin-bottom: 45px;
211-
211+
line-height: 1.5em;
212212
strong {
213213
font-weight: normal;
214214
}
215-
216215
th {
217216
text-align: left;
218217
border-top: 1px solid #eaeefb;
219218
background-color: #EFF2F7;
219+
white-space: nowrap;
220220
}
221-
222221
td, th {
223222
border-bottom: 1px solid #eaeefb;
224223
padding: 10px;
225224
max-width: 250px;
226-
word-break: break-word;
227225
}
228-
229226
th:first-child, td:first-child {
230227
padding-left: 10px;
231228
}

0 commit comments

Comments
 (0)