diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-21 10:31:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-21 10:31:22 -0400 |
commit | 29621909d87c0c7f3bb5a7438f80be8f006ca7aa (patch) | |
tree | 00201d9ec2282c2f5c72c2cacbacc7a63ad0bb59 | |
parent | bf0f99be20ce4097c1f44da024dc6131e718d86e (diff) | |
download | bfs-29621909d87c0c7f3bb5a7438f80be8f006ca7aa.tar.xz |
README: Add a <thead> to work around horizontal overflow on Firefox
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -105,6 +105,9 @@ haystack/deep/1/2/3/4 For example, `bfs` is less picky about where you put its arguments: <table> +<thead> +<tr><th><code>bfs</code></th><th><code>find</code></th></tr> +</thead> <tbody> <tr></tr> <tr> |