User tests: Successful: Unsuccessful:
Pull Request for Issue #33501
Added overflow: hidden to <ul> and ol globally.
Lists that are to the right of images having float: left retain their indentations for li, all other lists are not affected by this.
Prerequisites: Install blog sample data
npm run build:cssNone
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration Language & Strings |
| Title |
|
||||||
inline style is not a solution. this must be addressed further up the chain directly in the template
Is https://github.com/joomla/joomla-cms/blob/4.0-dev/templates/cassiopeia/scss/template-rtl.scss the correct file to add
ul,
ol {
overflow: hidden;
}no. this is for right-to-left - specific things.
These general tags are better defined in /cassiopeia/scss/blocks/_global.scss
| Labels |
Added:
?
?
|
||
| Category | Administration Language & Strings | ⇒ | Front End Templates (site) NPM Change |
| Title |
|
||||||
| Labels |
Added:
NPM Resource Changed
Removed: ? |
||
I have tested this item
I have tested this item
Thank you
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-05 21:31:05 |
| Closed_By | ⇒ | Quy | |
| Labels |
Added:
?
|
||
Thank you!
inline style is not a solution. this must be addressed further up the chain directly in the template