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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a85d9d  OPENMEETINGS-2684 replace whitespaces with tab.
4a85d9d is described below

commit 4a85d9d250ed2a09350e85c93c0f910a0c0f9056
Author: Sebastian Wagner <seba.wag...@gmail.com>
AuthorDate: Sun Oct 10 21:42:21 2021 +1300

    OPENMEETINGS-2684 replace whitespaces with tab.
---
 openmeetings-web/src/main/webapp/css/raw-general.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css 
b/openmeetings-web/src/main/webapp/css/raw-general.css
index a14aa0e..b998b62 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -1,10 +1,10 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") 
http://www.apache.org/licenses/LICENSE-2.0 */
 :root {
-    --app-height: 100%;
+       --app-height: 100%;
 }
 html, body {
        width: 100vw;
-    height: var(--app-height);
+       height: var(--app-height);
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;

Reply via email to