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


The following commit(s) were added to refs/heads/master by this push:
     new 9cddd46  [OPENMEETINGS-2314] user-name padding is increased
9cddd46 is described below

commit 9cddd4610576ce5d018d7109117a97c973280265
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Apr 30 23:05:21 2020 +0700

    [OPENMEETINGS-2314] user-name padding is increased
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 3813e63..40797c0 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -106,7 +106,7 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
        line-height: 18px;
        height: 18px;
        padding: 0;
-       padding-left: 44px;
+       padding-left: 64px;
        margin-right: 20px;
        overflow: hidden;
 }

Reply via email to