Wrap src mixin in nowrap to prevent line break between text and icon

This commit is contained in:
Ines Montani 2016-12-18 17:41:03 +01:00
parent 6f8b555ab0
commit ac95779a75

View File

@ -29,10 +29,11 @@ mixin a(url, trusted)
see _functions.jade for more info
mixin src(url)
+a(url)
block
span.u-inline-block.u-nowrap
+a(url)
block
| #[+icon("code", 16).u-color-subtle]
| #[+icon("code", 16).u-color-subtle]
//- API link (with added tag and automatically generated path)