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>
<button data-toggle="modal" data-target="#fileModal"...
<joomla-toolbar-button id="toolbar-cancel" task="template.cancel" ...
have spacing between them
4.0-dev with new backend template update
.subhead .btn-toolbar > :first-of-type {
margin-left: 0;
}
should use :first-child
instead of :first-of-type
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Layout |
Labels |
Added:
J4 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-20 17:12:41 |
Closed_By | ⇒ | brianteeman |
closed see #21202