Commit 63abae89 authored by LianaHus's avatar LianaHus Committed by Aniket

remoced the underline

parent dd427660
...@@ -321,8 +321,8 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -321,8 +321,8 @@ module.exports = class TestTab extends ViewPlugin {
infoButton () { infoButton () {
return yo` return yo`
<a class="btn border d-flex w-50 ml-2" title="Check out documentation." target="__blank" href="https://remix-ide.readthedocs.io/en/latest/unittesting.html"> <a class="btn border text-decoration-none pr-0 d-flex w-50 ml-2" title="Check out documentation." target="__blank" href="https://remix-ide.readthedocs.io/en/latest/unittesting.html">
<label class="btn p-1 ml-2 text-dark m-0">How to use</label> <label class="btn p-1 ml-3 text-dark m-0">How to use</label>
</a> </a>
` `
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment