Skip to content

Commit 84dfb9d

Browse files
committed
scrollable tables
1 parent 228a041 commit 84dfb9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ In the webdriver-ts directory issue the following command:
251251
npm run results
252252
```
253253

254-
Now a result table should have been created which can be opened on [http://localhost:8080/webdriver-ts-results/table.html](http://localhost:8080/webdriver-ts-results/table.html).
254+
Now a result table should have been created which can be opened on [http://localhost:8080/webdriver-ts-results/dist/index.html](http://localhost:8080/webdriver-ts-results/dist/index.html).
255255
There's nothing in table except for the column vanillajs-keyed at the right end of the first table.
256256
![First Run Results](images/staticResults.png?raw=true "First Run Results")
257257

webdriver-ts-results/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ td {
8080
}
8181
.results__table {
8282
font-size: 11px;
83-
width: 100%;
83+
width: 150px;
8484
table-layout: fixed;
8585
border-spacing: 0;
8686
border-collapse: collapse;

0 commit comments

Comments
 (0)