J4 Issue ?
avatar ggppdk
ggppdk
11 Jul 2018

Steps to reproduce the issue

I have this issue with my extension but there are other backend screens that have same issue:

Go to backend templates manager and edit atum template
Toolbar contains

<div class="btn-toolbar d-flex" role="toolbar" aria-label="Toolbar" id="toolbar">
	<button data-toggle="modal" data-target="#copyModal" ...
	<button data-toggle="modal" data-target="#folderModal" ...
	<button data-toggle="modal" data-target="#fileModal"...
	<joomla-toolbar-button id="toolbar-cancel" task="template.cancel" ...
	<button id="toolbar-help" ...
</div>

Expected result

	<button data-toggle="modal" data-target="#fileModal"...
	<joomla-toolbar-button id="toolbar-cancel" task="template.cancel" ...

have spacing between them

Actual result

They are stuck to each other
stuck_button

System information (as much as possible)

4.0-dev with new backend template update

Additional comments

.subhead .btn-toolbar > :first-of-type {
    margin-left: 0;
}

should use :first-child instead of :first-of-type

avatar ggppdk ggppdk - open - 11 Jul 2018
avatar joomla-cms-bot joomla-cms-bot - change - 11 Jul 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 Jul 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 11 Jul 2018
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 11 Jul 2018
Category Layout
avatar brianteeman brianteeman - change - 12 Jul 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 12 Jul 2018
avatar brianteeman
brianteeman - comment - 20 Jul 2018

closed see #21202

avatar brianteeman brianteeman - change - 20 Jul 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-07-20 17:12:41
Closed_By brianteeman
avatar brianteeman brianteeman - close - 20 Jul 2018

Add a Comment

Login with GitHub to post a comment