mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-25 19:33:42 +03:00
Wrap src mixin in nowrap to prevent line break between text and icon
This commit is contained in:
parent
6f8b555ab0
commit
ac95779a75
|
@ -29,10 +29,11 @@ mixin a(url, trusted)
|
||||||
see _functions.jade for more info
|
see _functions.jade for more info
|
||||||
|
|
||||||
mixin src(url)
|
mixin src(url)
|
||||||
+a(url)
|
span.u-inline-block.u-nowrap
|
||||||
block
|
+a(url)
|
||||||
|
block
|
||||||
|
|
||||||
| #[+icon("code", 16).u-color-subtle]
|
| #[+icon("code", 16).u-color-subtle]
|
||||||
|
|
||||||
|
|
||||||
//- API link (with added tag and automatically generated path)
|
//- API link (with added tag and automatically generated path)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user