Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Displaying a text when editing an article #30429

Closed
Magnytu2 opened this issue Aug 20, 2020 · 8 comments
Closed

[4.0] Displaying a text when editing an article #30429

Magnytu2 opened this issue Aug 20, 2020 · 8 comments

Comments

@Magnytu2
Copy link

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

@infograf768
Copy link
Member

Issue comes from default width

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

@infograf768
Copy link
Member

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

@Magnytu2
Copy link
Author

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

@Quy
Copy link
Contributor

Quy commented Aug 20, 2020

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

@infograf768
Copy link
Member

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

@Quy
Copy link
Contributor

Quy commented Aug 20, 2020

It is an issue under Global Configuration > Banners > Client

30429

@infograf768
Copy link
Member

ok then. No perfect solution I guess.

@Quy
Copy link
Contributor

Quy commented Aug 30, 2020

Fixed in #30474

@Quy Quy closed this as completed Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants