Merge pull request #3170 from makeplane/preview

sync: moving contributions from preview to develop
This commit is contained in:
sriram veeraghanta
2023-12-18 15:25:34 +05:30
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ openpyxl==3.1.2
beautifulsoup4==4.12.2 beautifulsoup4==4.12.2
dj-database-url==2.1.0 dj-database-url==2.1.0
posthog==3.0.2 posthog==3.0.2
cryptography==41.0.5 cryptography==41.0.6
lxml==4.9.3 lxml==4.9.3
boto3==1.28.40 boto3==1.28.40

View File

@@ -39,7 +39,7 @@ function download(){
echo "" echo ""
echo "Latest version is now available for you to use" echo "Latest version is now available for you to use"
echo "" 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 "" echo ""
} }

View File

@@ -420,6 +420,7 @@ body {
.vertical-lr { .vertical-lr {
-webkit-writing-mode: vertical-lr; -webkit-writing-mode: vertical-lr;
-ms-writing-mode: vertical-lr; -ms-writing-mode: vertical-lr;
writing-mode: vertical-lr;
} }
div.web-view-spinner { div.web-view-spinner {