Skip to content

Commit

Permalink
pkp/pkp-lib#9527 fix composer rtl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 19, 2023
1 parent 9983ac9 commit 4c53d90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Composer/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1126,9 +1126,8 @@ export default {
margin-top: 0.5rem;
.pkpFormFieldLabel {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
left: -2000px;
// use tailwind class which works better with rtl
@apply sr-only;
}
}
Expand Down

0 comments on commit 4c53d90

Please sign in to comment.