diff --git a/_sass/elixir/_helpers.scss b/_sass/elixir/_helpers.scss index 2aaf91a32c37111a4a9a4dad798a72c714a6a059..8d763e9c563326bb2a248ca7a6c359592026e447 100644 --- a/_sass/elixir/_helpers.scss +++ b/_sass/elixir/_helpers.scss @@ -17,4 +17,8 @@ h1.no-caps { .no-underline { text-decoration: none; +} + +.nowrap { + white-space: nowrap; } \ No newline at end of file diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index a181db5beed90141fe9b047c7ea4e87463a0d072..518737008f97d9664928b6103108e2dc23e7e951 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-elixir-theme" - spec.version = "0.9.25" + spec.version = "0.9.26" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"]