Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f83e898

Browse files
authored
Fix visual regression for adjacent linked tokens in code block (#152)
* Fix visual regression for adjacent linked tokens in code block * Add changelog entry for #152
1 parent 00f2787 commit f83e898

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Assets/css/all.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,6 @@ a {
309309
&:active {
310310
text-decoration: none;
311311
}
312-
313-
& + a {
314-
display: inline-block;
315-
}
316312
}
317313

318314
b,

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
#149 by @mattt.
3939
- Fixed declarations for properties without explicit type annotations.
4040
#150 by @mattt.
41+
- Fixed visual regression for adjacent linked tokens in code block.
42+
#152 by @mattt.
4143

4244
## [1.0.0-beta.3] - 2020-05-19
4345

0 commit comments

Comments
 (0)