Conversation
Pull request for joomla#38512 When there is only a next button it is no longer on the right as intended. this was due to a change in the markup. As this a change in the scss you will need to either `npm run build:css` or use one of the prebuilt packages
|
I'm not a designer, but the button looks very small, please make it a bit bigger. Add p-2. E.g. class="btn p-2 btn-sm btn-secondary next" This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38612. |
|
I am not changing the size, just fixing the bug |
That would be a new PR. |
|
@N6REJ you have a template override in place |
nope, I hadn't ran npm ci |
|
I have tested this item ✅ successfully on 872838f This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38612. |
well you have an extra class there thats not in core docs-creator |
that is fresh 4.2 install with blog sample data . I'll check the *ampp stack |
|
@brianteeman ok, it comes from an extension for chrome called Docs Creator |
|
see I'm not daft |
|
@brianteeman Is the screenshot for RTL in @sandewt 's comment above ok? He was not sure if his test with Arabic can be counted as success. I think it's because of the position of the button, it seems to have some margin left which it doesn's have with LTR. @N6REJ As there was one test only, i.e. yours, it cannot be RTC. @sandewt test for RTL (Arabic) was not clear. |
|
Back to pending. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38612. |
|
Yes that's fine as an RTL trst |
|
@sandewt As @brianteeman confirmed that your test for RTL direction with Arabic is ok, I was so free to set your test result to success. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38612. |
@richard67 that's OK. Thks. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38612. |
|
Thanks! |
|
thanks |


Pull request for #38512
When there is only a next button it is no longer on the right as intended. this was due to a change in the markup.
As this a change in the scss you will need to either
npm run build:cssor use one of the prebuilt packagesBefore
After