fix rtl comments actions

pull/3769/head
Opal Mizrahi 5 years ago
parent 57f72ebc32
commit e6e9ebd29a

@ -514,6 +514,11 @@ export default {
right: 16px;
opacity: 0;
transition: opacity .4s ease;
@at-root .is-rtl & {
right: unset;
left: 16px;
}
}
&-content {

Loading…
Cancel
Save