Skip to content

Commit

Permalink
https://github.com/joomla/joomla-cms/pull/27670#issuecomment-586681572
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Feb 16, 2020
1 parent 3cfd6f7 commit f41a4a0
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,13 @@ joomla-tab {

@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 {
Expand All @@ -271,19 +269,18 @@ joomla-tab {
}

.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;
}

padding: 0 2em 0 0;
content: attr(data-label) ":";
font-weight: $bold-weight;
}

.respTable td:nth-child(1) {
Expand Down

0 comments on commit f41a4a0

Please sign in to comment.