User tests: Successful: Unsuccessful:
Pull Request for Issue #27615 (comment) .
Show the columns in the permissions table below each other.
npm ci
.Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Layout |
Labels |
Added:
?
|
Category | Administration Templates (admin) Layout | ⇒ | Administration Templates (admin) Front End Layout |
Category | Administration Templates (admin) Layout Front End | ⇒ | Administration Templates (admin) Layout |
Is the
<sup>2</sup>
an error in the language file?
Yep, it is.
I suggest some small modifications for joomla-tab.scss in order to be normalized compared to other scss.
#permissions-sliders {
section[active] {
padding: 0 !important;
@include media-breakpoint-down(md) {
.respTable {
[dir=ltr] & {
text-align: right;
}
[dir=rtl] & {
text-align: left;
}
}
.respTable, .respTable thead, .respTable tbody, .respTable tr, .respTable th, .respTable td {
display: block;
}
.respTable thead {
position: absolute;
top: -1111px;
left: -1111px;
}
.respTable td::before {
content: attr(data-label) ":";
font-weight: $bold-weight;
[dir=ltr] & {
float: left;
padding: 0 2em 0 0;
}
[dir=rtl] & {
float: right;
padding: 0 0 0 2em;
}
}
.respTable td:nth-child(1) {
font-weight: $bold-weight;
}
.respTable td:last-child {
border-bottom: 1em var(--atum-bg-dark-80) solid;
}
.oddCol {
background: var(--atum-bg-light);
}
}
}
}
}
}
@infograf768 I have changed it. I hope I've seen everything.
looks ok, will test tomorrow. :)
I have tested this item
I have tested this item
works via pt 4 ( ci on )
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-18 06:22:45 |
Closed_By | ⇒ | infograf768 | |
Labels |
Added:
?
|
Thanks.
@C-Lodder Thank you.
Please see if it's OK now.