Skip to content

Commit

Permalink
Merge pull request #64 from 90TechSAS/hotfix/vertical-display
Browse files Browse the repository at this point in the history
Hotfix/vertical display
  • Loading branch information
BlueAbdul committed Jan 24, 2023
2 parents 498edc9 + 2ce8439 commit 24ac05f
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 98 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Version numbers correspond to `bower.json` version
# 1.10.12
## FIXES
- More display issues fixes

# 1.10.11

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.11",
"version": "1.10.12",
"authors": [
"Florent Gouget <[email protected]>"
],
Expand Down
182 changes: 91 additions & 91 deletions dist/planning.css

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

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.11",
"version": "1.10.12",
"description": "",
"homepage": "",
"dependencies": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
data-context-menu="/templates/planning-context-menu.html"
ng-style="{
height: event.style.width,
overflow: 'hidden',
'background-image': event.style['background-image'],
background: event.style['background-color'],
color: event.style.color,
Expand Down
1 change: 1 addition & 0 deletions src/directives/planning/planning.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<span style="margin:auto">{{planning.getName(name)}}</span>
</div>
<div ng-repeat="day in planning.allowedDays"
style="overflow: hidden;"
class="day-advanced">
<zl-planning-vertical-line day="planning.daysList[$index]"
zoom="planning.zoom"
Expand Down

0 comments on commit 24ac05f

Please sign in to comment.