Commit 07f0995a authored by Igor Drozdov's avatar Igor Drozdov

Add new line to code nav popover

It improves the view of multiline structures:

Before:

```go
struct { httpClient *HttpClient user string password
string secret string userAgent string }
```

After:

```go
struct {
httpClient *HttpClient
user string
password string
secret string
userAgent string
}
```

Changelog: fixed
parent 37c88a17
......@@ -18,5 +18,6 @@ export default {
<span v-for="(token, tokenIndex) in tokens" :key="tokenIndex" :class="token.class">{{
token.value
}}</span>
<br />
</span>
</template>
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