Skip to content

Commit

Permalink
Merge pull request #91 from Leantime/hotfixes-2.0.5
Browse files Browse the repository at this point in the history
Hotfixes 2.0.5
  • Loading branch information
marcelfolaron authored Jan 20, 2020
2 parents 905d1f6 + af255e7 commit d1e8c62
Show file tree
Hide file tree
Showing 69 changed files with 712 additions and 203 deletions.
4 changes: 2 additions & 2 deletions config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class settings {
* @access private
* @var string - 1 debugmodus
*/
private $debug = '1';
private $debug = 1;

public $appVersion = "2.0.4";
public $appVersion = "2.0.5";

public $dbVersion = "2.0.4";

Expand Down
9 changes: 9 additions & 0 deletions public/css/style.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -8869,4 +8869,13 @@ input.secretInput:active {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
border: 1px solid #cccccc;
text-decoration:none;
}

.svgContainer {
margin:auto;
}

.svgContainer svg {
max-width: 100%;
height: auto;
}
1 change: 1 addition & 0 deletions public/images/svg/undraw_Organizing_projects_0p9a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d1e8c62

Please sign in to comment.