Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
[Prerelease] Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed May 12, 2018
1 parent eb00d1b commit 5b7e893
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.5"></a>
## [1.0.5](https://github.com/Wikiki/bulma-tooltip/compare/1.0.4...1.0.5) (2018-05-12)


### Bug Fixes

* [#20](https://github.com/Wikiki/bulma-tooltip/issues/20) Multiline problem with few text ([eb00d1b](https://github.com/Wikiki/bulma-tooltip/commit/eb00d1b))



<a name="1.0.4"></a>
## [1.0.4](https://github.com/Wikiki/bulma-tooltip/compare/1.0.3...1.0.4) (2018-03-29)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bulma-tooltip",
"description": "Display a tooltip attached to any kind of element, in different position.",
"version": "1.0.4",
"version": "1.0.5",
"main": "tooltip.sass",
"version": "0.1.3",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/bulma-tooltip.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/bulma-tooltip.sass
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ $tooltip-max-width: 24rem !default

&.is-tooltip-multiline
&::before
min-width: $tooltip-max-width
//min-width: $tooltip-max-width
text-overflow: clip
white-space: normal
word-break: break-word
word-break: keep-all

@each $name, $pair in $colors
$color: nth($pair, 1)
Expand Down
Loading

0 comments on commit 5b7e893

Please sign in to comment.