Skip to content

Fixes #335 : make table responsive on web-driver-setting page #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: versions/3.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/guide/configuration/web-driver-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Below are a number of options for the Webdriver service. Nightwatch can start an

If you'd like to enable this, set `start_process` to `true` and specify the location of the binary file inside `server_path`.

<div class="container">
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
Expand Down Expand Up @@ -159,6 +161,7 @@ If you'd like to enable this, set `start_process` to `true` and specify the loca

</tbody>
</table>
</div>


### Recommended content
Expand All @@ -184,4 +187,5 @@ If you'd like to enable this, set `start_process` to `true` and specify the loca
<span>→</span>
</a>
</div>
</div>
</div>