You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/05/26 06:43:47 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2372] WB tabs are placed in one row

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 8807157  [OPENMEETINGS-2372] WB tabs are placed in one row
8807157 is described below

commit 88071573af6918f244fdce1539561a254eaa0d36
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue May 26 13:43:31 2020 +0700

    [OPENMEETINGS-2372] WB tabs are placed in one row
---
 openmeetings-web/src/main/webapp/css/raw-wb.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openmeetings-web/src/main/webapp/css/raw-wb.css b/openmeetings-web/src/main/webapp/css/raw-wb.css
index cf02a6e..1ab624c 100644
--- a/openmeetings-web/src/main/webapp/css/raw-wb.css
+++ b/openmeetings-web/src/main/webapp/css/raw-wb.css
@@ -280,6 +280,9 @@ html[dir="rtl"] .room-block .sb-wb .wb-block {
 .wb-tabbar .scroll-container {
 	overflow: hidden;
 }
+.wb-tabbar .scroll-container .scrollable {
+	width: max-content;
+}
 .wb-tabbar .scroll-container .scrollable, .wb-tabbar .scroll-container .scrollable li {
 	display: flex;
 }