Skip to content

Commit

Permalink
Merge pull request #3170 from makeplane/preview
Browse files Browse the repository at this point in the history
sync: moving contributions from preview to develop
  • Loading branch information
sriramveeraghanta authored Dec 18, 2023
2 parents 81256d6 + 0ee6c20 commit a86dafc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apiserver/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ openpyxl==3.1.2
beautifulsoup4==4.12.2
dj-database-url==2.1.0
posthog==3.0.2
cryptography==41.0.5
cryptography==41.0.6
lxml==4.9.3
boto3==1.28.40

2 changes: 1 addition & 1 deletion deploy/selfhost/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function download(){
echo ""
echo "Latest version is now available for you to use"
echo ""
echo "In case of Upgrade, your new setting file is availabe as 'variables-upgrade.env'. Please compare and set the required values in '.env 'file."
echo "In case of Upgrade, your new setting file is available as 'variables-upgrade.env'. Please compare and set the required values in '.env 'file."
echo ""

}
Expand Down
1 change: 1 addition & 0 deletions web/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ body {
.vertical-lr {
-webkit-writing-mode: vertical-lr;
-ms-writing-mode: vertical-lr;
writing-mode: vertical-lr;
}

div.web-view-spinner {
Expand Down

0 comments on commit a86dafc

Please sign in to comment.