Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
c87c0c30
Commit
c87c0c30
authored
Mar 15, 2021
by
Jacek Lebioda
Browse files
Merge branch 'added-nowrap' into 'develop'
feat: added no-wrap helper class See merge request
!45
parents
7527ba03
79917aea
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_helpers.scss
View file @
c87c0c30
...
...
@@ -17,4 +17,8 @@ h1.no-caps {
.no-underline
{
text-decoration
:
none
;
}
.nowrap
{
white-space
:
nowrap
;
}
\ No newline at end of file
elixir-theme.gemspec
View file @
c87c0c30
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.2
5
"
spec
.
version
=
"0.9.2
6
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment