?
avatar Magnytu2
Magnytu2
20 Aug 2020

Steps to reproduce the issue

The text in the second column is not on a single line.

Expected result

Text must be on one line

Actual result

Articles__New_-Joomla_4_pour_Safari-_Administration

System information (as much as possible)

Additional comments

avatar Magnytu2 Magnytu2 - open - 20 Aug 2020
avatar joomla-cms-bot joomla-cms-bot - change - 20 Aug 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 20 Aug 2020
avatar infograf768
infograf768 - comment - 20 Aug 2020

Issue comes from default width

.control-group .control-label {
    width: 240px;
    padding: .3rem 1rem .3rem 0;
}
avatar infograf768
infograf768 - comment - 20 Aug 2020

Here we could do

.control-group .control-label {
    width: auto;
    padding: .3rem 1rem .3rem 0;
    min-width: 240px;
}

we have to test of any impact.

Also for that peculiar tab, if changed as done above, we dont need 3 columns anymore.
<div class="column-count-md-2 column-count-lg-2">
would fit and we would get
Screen Shot 2020-08-20 at 15 16 53

so we have first to see if width auto and mini-width are fine all over admin

avatar Magnytu2
Magnytu2 - comment - 20 Aug 2020

Sur Firefox, nous sommes sur de colonnes. Sur Safari trois.
Articles__New_-Joomla_4_pour_Safari-_Administration-2

avatar Quy
Quy - comment - 20 Aug 2020

See #28790 (comment) for a possible issue with 2 columns.

avatar infograf768
infograf768 - comment - 20 Aug 2020

not only in 2 columns, but everywhere we have an hr (which is not the case here.

Screen Shot 2020-08-20 at 15 34 35

avatar Quy
Quy - comment - 20 Aug 2020

It is an issue under Global Configuration > Banners > Client

30429

avatar infograf768
infograf768 - comment - 20 Aug 2020

ok then. No perfect solution I guess.

avatar Quy Quy - change - 30 Aug 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-08-30 15:14:19
Closed_By Quy
avatar Quy
Quy - comment - 30 Aug 2020

Fixed in #30474

avatar Quy Quy - close - 30 Aug 2020

Add a Comment

Login with GitHub to post a comment