You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Uwe Simon (Jira)" <ji...@apache.org> on 2021/10/16 17:10:00 UTC

[jira] [Updated] (OPENMEETINGS-2690) Enter button for rooms too small for languages other than english

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Simon updated OPENMEETINGS-2690:
------------------------------------
    Description: 
Translated text does not fit into "Enter button", when translation is longer than the word "Enter".

 

Workarround in custom.css

 
{code:java}
.enter {
   max-width: max-content;
}
{code}
!image-2021-10-16-18-59-28-688.png!

  was:
Translated text does not fit into "Enter button", when translation is longer than the word "Enter".

 

Workarround in custom.css

 
{code:java}
.enter {
   width: auto
}
{code}
!image-2021-10-16-18-59-28-688.png!


> Enter button for rooms too small for languages other than english
> -----------------------------------------------------------------
>
>                 Key: OPENMEETINGS-2690
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2690
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 6.1.0, 7.0.0
>            Reporter: Uwe Simon
>            Assignee: Maxim Solodovnik
>            Priority: Critical
>         Attachments: image-2021-10-16-18-59-28-688.png
>
>
> Translated text does not fit into "Enter button", when translation is longer than the word "Enter".
>  
> Workarround in custom.css
>  
> {code:java}
> .enter {
>    max-width: max-content;
> }
> {code}
> !image-2021-10-16-18-59-28-688.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)