Skip to content

Commit 673cdd3

Browse files
committed
Increase the width of the language servers tables
1 parent b158277 commit 673cdd3

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

docs/Installation.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"cell_type": "code",
2222
"execution_count": null,
2323
"metadata": {
24-
"hide_input": true,
2524
"tags": [
2625
"remove-cell"
2726
]

docs/Language Servers.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
"execution_count": null,
147147
"metadata": {
148148
"tags": [
149-
"remove-input"
149+
"remove-input",
150+
"wide-table"
150151
]
151152
},
152153
"outputs": [],
@@ -190,7 +191,8 @@
190191
"execution_count": null,
191192
"metadata": {
192193
"tags": [
193-
"remove-input"
194+
"remove-input",
195+
"wide-table"
194196
]
195197
},
196198
"outputs": [],
@@ -271,7 +273,8 @@
271273
"execution_count": null,
272274
"metadata": {
273275
"tags": [
274-
"remove-input"
276+
"remove-input",
277+
"wide-table"
275278
]
276279
},
277280
"outputs": [],

docs/_static/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ table.langservers tbody ul {
1616
margin: 0;
1717
padding: 0;
1818
}
19+
20+
.tag_wide-table {
21+
padding: 0;
22+
width: 110%;
23+
}
24+
25+
.tag_wide-table .cell_output {
26+
padding: 0;
27+
}

0 commit comments

Comments
 (0)