mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(style) fix popovers for rtl locales also in production
/* */ comments get stripped out by scss in compressed format: https://sass-lang.com/documentation/syntax/comments/, so /*! */ must be used so that rtlcss can process the directive: https://rtlcss.com/learn/getting-started/why-rtlcss/#processing-directives adjustment to 1f88c83a96e16e1166da14c3f0c6f4a1906d14f5
This commit is contained in:
parent
371737e2c7
commit
8ec65b87d4
@ -163,7 +163,7 @@ export default Vue.extend({
|
||||
.popover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
/* rtl:ignore: popovers are always positioned absolutely from the upper-left corner */
|
||||
/*! rtl:ignore: popovers are always positioned absolutely from the upper-left corner */
|
||||
left: 0;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user