Skip to content

Commit

Permalink
Merge pull request #43 from 90TechSAS/fix/css
Browse files Browse the repository at this point in the history
fix css
  • Loading branch information
johan90tech committed Nov 24, 2021
2 parents 5089cf8 + 9ace458 commit 541b8ea
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version numbers correspond to `bower.json` version
# 1.10.5

## Fixes

- Fix css

# 1.10.4

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zl-planning",
"version": "1.10.3",
"version": "1.10.5",
"authors": [
"Florent Gouget <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/planning.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/planning.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "",
"name": "zl-planning",
"version": "1.10.4",
"version": "1.10.5",
"description": "",
"homepage": "",
"dependencies": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div ng-style="{height: line.containerHeight}">
<div style="position: absolute; height: 100%; width: 100%; z-index: 1" ng-mouseleave="line.leaveLine()">
<div ng-repeat="n in [] | range: line.range" style="display: flex; z-index: 1">
<div style="display: flex; align-items: end;">
<div style="display: flex; align-items: flex-end;">
<span class="hour-text">{{n + 1 + line.dayStart.h}}</span>
</div>
<div
Expand Down

0 comments on commit 541b8ea

Please sign in to comment.