[
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
# size the "Enter" button
# shrink div with room description
{code:java}
.enter {
max-width: max-content;
}
.container div:first-child {
overflow: scroll;
}
{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 {
max-width: max-content;
}
{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
> # size the "Enter" button
> # shrink div with room description
> {code:java}
> .enter {
> max-width: max-content;
> }
> .container div:first-child {
> overflow: scroll;
> }
> {code}
> !image-2021-10-16-18-59-28-688.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)