Conversation
Adds margin-bottom to all buttons only when media-breakpoint-down(sm)
|
@brianteeman Could you add a "Pull Request for Issue #33717 ." to the description? Thanks in advance. |
|
@richard67 its for more than just that PR - its a general issue |
|
@brianteeman Yes, but it would help us to reference the issues. To me it looks as if this PR here also replaces #33899 , is that right? |
|
Github already did the reference
|
|
@brianteeman Ahh I pasted the wrong number. I meant #33893 . We have #33893 and #33895 open, and both would be obsolete with this one here, which is the better way, I agree with you. |
This is the wrong approach and should not have been merged. You dont solve a responsive issue by adding a global class. please see joomla#33899 By using the correct code you do not need to keep adding classes to buttons. Using only joomla#33899 this is fixed correctly
|
@deveshprasad that is unrelated as that field is in the frontend and this PR is for the admin |
|
I have tested this item ✅ successfully on f8bb6bc This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33899. |
1 similar comment
|
I have tested this item ✅ successfully on f8bb6bc This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33899. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33899. |
|
Thanks! |
|
Thank you |
A previous pr of mine joomla#33899 was too aggressive. This resolves that. See joomla#34106 for test instructions Dont forget this is a css change so npm run build:css


Adds margin-bottom to all buttons only when media-breakpoint-down(sm)
Fix it in one place instead of having to fix every existing button and remembering to fix every future button