This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit f7c829e5cfa168ee138f9a6b32629883cb93750e
Author: Geoffrey Logovi <[email protected]>
AuthorDate: Fri May 19 09:42:45 2023 +0000

    minor update #188 - .vscode/settings.json, style sass attibutes removed
---
 .vscode/settings.json                                                | 4 ----
 .../openmeetings/service/mail/template/AbstractTemplatePage.html     | 5 +----
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 163b71c1d..000000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-    "files.insertFinalNewline": true,
-    "prettier.useTabs": true
-}
diff --git 
a/openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/AbstractTemplatePage.html
 
b/openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/AbstractTemplatePage.html
index 8ba38bc1f..8ce1c3252 100644
--- 
a/openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/AbstractTemplatePage.html
+++ 
b/openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template/AbstractTemplatePage.html
@@ -58,7 +58,7 @@
                }
 
                .wrapper {
-                       max-width: 580px;
+                       max-width: 560px;
                        margin: 0 auto;
                        padding: 15px;
                        width: 100%;
@@ -89,9 +89,6 @@
                                max-width: 560px;
                                margin: 0 auto;
                                padding: 10px;
-                               border-left-width: 0;
-                               border-radius: 0;
-                               border-right-width: 0;
 
                                .action {
                                        text-align: center;

Reply via email to