From: Italo Rossi Date: Sat, 26 Sep 2015 13:30:35 +0000 (-0300) Subject: FS-8223 [verto_communicator] needs display inline-block and obviously the class in... X-Git-Tag: v1.6.3~1^2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8796acd80d5ba29f0c531ee5740bff1f8796ebcf;p=thirdparty%2Ffreeswitch.git FS-8223 [verto_communicator] needs display inline-block and obviously the class in the element. --- diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index 4b305dda92..4bc9abae2b 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -13,6 +13,7 @@ body { overflow: hidden; white-space: nowrap; width: 160px; + display: inline-block; } .inline-block { diff --git a/html5/verto/verto_communicator/src/partials/chat.html b/html5/verto/verto_communicator/src/partials/chat.html index 3d9b217f4c..42ec623e40 100644 --- a/html5/verto/verto_communicator/src/partials/chat.html +++ b/html5/verto/verto_communicator/src/partials/chat.html @@ -22,7 +22,7 @@ -

{{ member.name }}
({{ member.number }})

+

{{ member.name }}
({{ member.number }})