mirror of https://github.com/explosion/spaCy.git
Set API mixin to nowrap to not break between text and icon
This commit is contained in:
parent
eb3fcc7fc5
commit
4587fdf3c9
|
@ -41,7 +41,7 @@ mixin src(url)
|
|||
path - [string] path to API docs page relative to /docs/api/
|
||||
|
||||
mixin api(path)
|
||||
+a("/docs/api/" + path, true)(target="_self").u-no-border.u-inline-block
|
||||
+a("/docs/api/" + path, true)(target="_self").u-no-border.u-inline-block.u-nowrap
|
||||
block
|
||||
|
||||
| #[+icon("book", 18).o-icon--inline.u-color-theme]
|
||||
|
|
Loading…
Reference in New Issue