We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 710b783 + dbf9989 commit 328628bCopy full SHA for 328628b
site/styles/base.scss
@@ -201,31 +201,28 @@ body {
201
font-size: 12px;
202
}
203
204
- >div>table {
+ table {
205
border-collapse: collapse;
206
width: 100%;
207
background-color: #fff;
208
color: #5e6d82;
209
font-size: 14px;
210
margin-bottom: 45px;
211
-
+ line-height: 1.5em;
212
strong {
213
font-weight: normal;
214
215
216
th {
217
text-align: left;
218
border-top: 1px solid #eaeefb;
219
background-color: #EFF2F7;
+ white-space: nowrap;
220
221
222
td, th {
223
border-bottom: 1px solid #eaeefb;
224
padding: 10px;
225
max-width: 250px;
226
- word-break: break-word;
227
228
229
th:first-child, td:first-child {
230
padding-left: 10px;
231
0 commit comments