RTL mode for floating widgets

Add the code below to Custom CSS field on your Form widget’s Appearance tab:

.global-styles, [class*="WidgetBackground__Content"] * {
  direction: rtl;
  text-align: right;
}