Set API mixin to nowrap to not break between text and icon

This commit is contained in:
ines 2017-05-20 12:57:46 +02:00
parent eb3fcc7fc5
commit 4587fdf3c9
1 changed files with 1 additions and 1 deletions

View File

@ -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]